Unconscious and Knockdown are now status effects (#28696)

* Unconscious and Knockdown are now status effects

* Fixes #28628

* fixes borgs

* the terrifying second argument

* Much better
This commit is contained in:
Joan Lung
2017-06-23 12:00:49 -04:00
committed by Jordan Brown
parent 06f2b4f45e
commit deae811756
58 changed files with 376 additions and 325 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
var/climb_time = 20
var/climb_stun = 20
var/climbable = FALSE
var/mob/structureclimber
var/mob/living/structureclimber
var/broken = 0 //similar to machinery's stat BROKEN
/obj/structure/Initialize()
@@ -48,7 +48,7 @@
. = ..()
if(!climbable)
return
if(ismob(O) && user == O && iscarbon(user))
if(user == O && iscarbon(O))
if(user.canmove)
climb_structure(user)
return