Adds barotrauma (pressure damage) (#1605)

* Adds barotrauma, disables it for now

* At least show status effect, but don't damage the mobs

* Fix switch misuse
This commit is contained in:
Víctor Aguilera Puerto
2020-08-07 16:23:16 +02:00
committed by GitHub
parent 079937a9fe
commit ffc9a24ea0
16 changed files with 300 additions and 3 deletions

View File

@@ -462,7 +462,7 @@ namespace Content.Server.Atmos
continue;
reaction = prototype.React(this, holder);
if(reaction.HasFlag(ReactionResult.NoReaction))
if(reaction.HasFlag(ReactionResult.StopReactions))
break;
}
}