Pulling lockers now slow you down. (#46216)

Pulling lockers now slow you down.
This commit is contained in:
skoglol
2019-09-02 18:32:54 -07:00
committed by Rob Bailey
parent a0f476d874
commit 86839addb9
8 changed files with 29 additions and 12 deletions
+2 -1
View File
@@ -3,12 +3,13 @@
pressure_resistance = 8
max_integrity = 300
interaction_flags_atom = INTERACT_ATOM_ATTACK_HAND | INTERACT_ATOM_UI_INTERACT
layer = BELOW_OBJ_LAYER
var/climb_time = 20
var/climb_stun = 20
var/climbable = FALSE
var/mob/living/structureclimber
var/broken = 0 //similar to machinery's stat BROKEN
layer = BELOW_OBJ_LAYER
/obj/structure/Initialize()