mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[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:
co-authored by
itseasytosee
parent
1e6f751a29
commit
1a1d033bdd
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user