Zombies drop their headsets. (#14525)
This commit is contained in:
@@ -170,6 +170,8 @@ namespace Content.Server.Zombies
|
|||||||
|
|
||||||
//This is specifically here to combat insuls, because frying zombies on grilles is funny as shit.
|
//This is specifically here to combat insuls, because frying zombies on grilles is funny as shit.
|
||||||
_serverInventory.TryUnequip(target, "gloves", true, true);
|
_serverInventory.TryUnequip(target, "gloves", true, true);
|
||||||
|
//Should prevent instances of zombies using comms for information they shouldnt be able to have.
|
||||||
|
_serverInventory.TryUnequip(target, "ears", true, true);
|
||||||
|
|
||||||
//popup
|
//popup
|
||||||
_popupSystem.PopupEntity(Loc.GetString("zombie-transform", ("target", target)), target, PopupType.LargeCaution);
|
_popupSystem.PopupEntity(Loc.GetString("zombie-transform", ("target", target)), target, PopupType.LargeCaution);
|
||||||
|
|||||||
Reference in New Issue
Block a user