No Lung Pop (#9337)

Drowning in the pool no longer causes your lungs to pop.
    You will no longer gasp for air when submerged, instead you will flail violently.
This commit is contained in:
Geeves
2020-07-12 17:19:04 +03:00
committed by GitHub
parent 1618c564a8
commit 4a3fcd288a
6 changed files with 28 additions and 5 deletions
+2 -1
View File
@@ -163,7 +163,8 @@
/decl/emote/visible/rshoulder,
/decl/emote/visible/squint,
/decl/emote/visible/tfist,
/decl/emote/visible/tilt
/decl/emote/visible/tilt,
/decl/emote/visible/flail
)
/mob/living/silicon/robot
+5 -1
View File
@@ -333,4 +333,8 @@
/decl/emote/visible/tilt
key = "tilt"
emote_message_3p = "USER tilts USER_THEIR head."
emote_message_3p = "USER tilts USER_THEIR head."
/decl/emote/visible/flail
key = "flail"
emote_message_3p = "USER flails violently!"