Current state

This commit is contained in:
Fermi
2019-05-24 06:06:25 +01:00
parent b1c11071de
commit 05aaeb4d70
8 changed files with 42 additions and 52 deletions
+1 -2
View File
@@ -1022,7 +1022,7 @@
var/datum/status_effect/chem/enthrall/E = C.has_status_effect(/datum/status_effect/chem/enthrall)
switch(E.phase)
if(2 to INFINITY)
C.Sleeping(30 * power_multiplier)
C.Sleeping(40 * power_multiplier)
E.cooldown += 10
//STRIP
@@ -1032,7 +1032,6 @@
var/datum/status_effect/chem/enthrall/E = H.has_status_effect(/datum/status_effect/chem/enthrall)
switch(E.phase)
if(2 to INFINITY)//Tier 2 only
E.phase = 1
var/items = H.get_contents()
for(var/obj/item/W in items)
if(W == H.w_uniform || W == H.wear_suit)