[MIRROR] Adds a surrender button for when you are being held at gunpoint (#2928)

* 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

* Adds a surrender button for when you are being held at gunpoint

Co-authored-by: itseasytosee <55666666+itseasytosee@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-01-28 19:28:53 +00:00
committed by GitHub
co-authored by itseasytosee
parent 1e6f751a29
commit 1a1d033bdd
4 changed files with 28 additions and 0 deletions
+1
View File
@@ -367,6 +367,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"