@@ -70,6 +70,12 @@ namespace Content.Server.Zombies
|
||||
|
||||
private void OnPendingMapInit(EntityUid uid, PendingZombieComponent component, MapInitEvent args)
|
||||
{
|
||||
if (_mobState.IsDead(uid))
|
||||
{
|
||||
ZombifyEntity(uid);
|
||||
return;
|
||||
}
|
||||
|
||||
component.NextTick = _timing.CurTime + TimeSpan.FromSeconds(1f);
|
||||
}
|
||||
|
||||
|
||||
@@ -455,6 +455,7 @@
|
||||
physicalDesc: reagent-physical-desc-necrotic
|
||||
flavor: bitter
|
||||
color: "#7e916e"
|
||||
worksOnTheDead: true
|
||||
metabolisms:
|
||||
Medicine:
|
||||
effects:
|
||||
|
||||
Reference in New Issue
Block a user