mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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!"
|
||||
Reference in New Issue
Block a user