mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-24 05:39:04 +01:00
fixes
This commit is contained in:
@@ -385,7 +385,7 @@
|
||||
L.Stun(20) //Skyrat Change
|
||||
L.set_resting(TRUE) //Skyrat change
|
||||
|
||||
L.disable_combat_mode(FALSE)
|
||||
//L.disable_combat_mode(FALSE) //doesn't work at all
|
||||
//Skyrat change stop
|
||||
/datum/emote/living/sway
|
||||
key = "sway"
|
||||
|
||||
@@ -474,6 +474,14 @@
|
||||
if(alert(src, "You sure you want to sleep for a while?", "Sleep", "Yes", "No") == "Yes")
|
||||
SetSleeping(400) //Short nap
|
||||
|
||||
//Skyrat change start
|
||||
/mob/living/proc/surrender()
|
||||
set name = "Surrender"
|
||||
set category = "IC"
|
||||
|
||||
emote("surrender")
|
||||
//Skyrat change stop
|
||||
|
||||
/mob/proc/get_contents()
|
||||
|
||||
/*CIT CHANGE - comments out lay_down proc to be modified in modular_citadel
|
||||
|
||||
Reference in New Issue
Block a user