Rat King Milsim + Buffs (#20190)
* rat king update * rummaging * buuuuunnnnncccchhh of shit * the last of it * make rat servants not ghost roles * pissma buff and cooldown
This commit is contained in:
@@ -204,6 +204,11 @@ namespace Content.Server.Pointing.EntitySystems
|
||||
|
||||
viewerPointedAtMessage = Loc.GetString("pointing-system-point-at-you-other", ("otherName", playerName));
|
||||
|
||||
var ev = new AfterPointedAtEvent(pointed);
|
||||
RaiseLocalEvent(player, ref ev);
|
||||
var gotev = new AfterGotPointedAtEvent(player);
|
||||
RaiseLocalEvent(pointed, ref gotev);
|
||||
|
||||
_adminLogger.Add(LogType.Action, LogImpact.Low, $"{ToPrettyString(player):user} pointed at {ToPrettyString(pointed):target} {Transform(pointed).Coordinates}");
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user