Adds a surrender button for when you are being held at gunpoint (#56393)

add: Adds a surrender button that pops up when you are at gunpoint that can be pressed to do the *surrender emote
This commit is contained in:
itseasytosee
2021-01-28 08:09:59 -06:00
committed by GitHub
parent 2c582ff747
commit 654dd4a20d
4 changed files with 28 additions and 0 deletions
+1
View File
@@ -360,6 +360,7 @@
if(. && isliving(user))
var/mob/living/L = user
L.Paralyze(200)
L.remove_status_effect(STATUS_EFFECT_SURRENDER)
/datum/emote/living/sway
key = "sway"