mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user