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:
@@ -191,6 +191,16 @@ public sealed class NPCUtilitySystem : EntitySystem
|
||||
|
||||
return 1f;
|
||||
}
|
||||
case OrderedTargetCon:
|
||||
{
|
||||
if (!blackboard.TryGetValue<EntityUid>(NPCBlackboard.CurrentOrderedTarget, out var orderedTarget, EntityManager))
|
||||
return 0f;
|
||||
|
||||
if (targetUid != orderedTarget)
|
||||
return 0f;
|
||||
|
||||
return 1f;
|
||||
}
|
||||
case TargetAccessibleCon:
|
||||
{
|
||||
if (_container.TryGetContainingContainer(targetUid, out var container))
|
||||
|
||||
Reference in New Issue
Block a user