* 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.
9 lines
150 B
C#
9 lines
150 B
C#
namespace Content.Server.Zombies
|
|
{
|
|
[RegisterComponent]
|
|
public sealed class ZombieImmuneComponent : Component
|
|
{
|
|
//still no
|
|
}
|
|
}
|