Renames stun effects and changes stun input values as preliminary work for changing stuns to status effects (#28524)

This commit is contained in:
Joan Lung
2017-06-18 22:03:51 -04:00
committed by Leo
parent f01f72c071
commit 2672d88800
248 changed files with 816 additions and 876 deletions

View File

@@ -1350,7 +1350,7 @@
for(var/obj/item/I in M)
M.dropItemToGround(I, TRUE)
M.Paralyse(5)
M.Unconscious(100)
sleep(5)
M.loc = pick(GLOB.tdome1)
spawn(50)
@@ -1376,7 +1376,7 @@
for(var/obj/item/I in M)
M.dropItemToGround(I, TRUE)
M.Paralyse(5)
M.Unconscious(100)
sleep(5)
M.loc = pick(GLOB.tdome2)
spawn(50)
@@ -1399,7 +1399,7 @@
to_chat(usr, "This cannot be used on instances of type /mob/living/silicon/ai.")
return
M.Paralyse(5)
M.Unconscious(100)
sleep(5)
M.loc = pick(GLOB.tdomeadmin)
spawn(50)
@@ -1429,7 +1429,7 @@
var/mob/living/carbon/human/observer = M
observer.equip_to_slot_or_del(new /obj/item/clothing/under/suit_jacket(observer), slot_w_uniform)
observer.equip_to_slot_or_del(new /obj/item/clothing/shoes/sneakers/black(observer), slot_shoes)
M.Paralyse(5)
M.Unconscious(100)
sleep(5)
M.loc = pick(GLOB.tdomeobserve)
spawn(50)