Ambuzol Plus (#17884)
* Added component and functionality. * Fixed ZombieImmune. * Zombies now have zombie blood. * Ambuzol plus. * Ambuzol plus spawns in bundle. * Fine CBURN get one too. * Reworked the reaction * No more magic blood refilling. * ok CE i fixed it * Component change.
This commit is contained in:
@@ -140,5 +140,17 @@ namespace Content.Shared.Zombies
|
||||
/// </summary>
|
||||
[DataField("greetSoundNotification")]
|
||||
public SoundSpecifier GreetSoundNotification = new SoundPathSpecifier("/Audio/Ambience/Antag/zombie_start.ogg");
|
||||
|
||||
/// <summary>
|
||||
/// The blood reagent of the humanoid to restore in case of cloning
|
||||
/// </summary>
|
||||
[DataField("beforeZombifiedBloodReagent")]
|
||||
public string BeforeZombifiedBloodReagent = String.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// The blood reagent to give the zombie. In case you want zombies that bleed milk, or something.
|
||||
/// </summary>
|
||||
[DataField("newBloodReagent")]
|
||||
public string NewBloodReagent = "ZombieBlood";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user