mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Pulling lockers now slow you down. (#46216)
Pulling lockers now slow you down.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user