Fixes bartender suit having an adjust state
This commit is contained in:
committed by
CitadelStationBot
parent
dc0128a6d3
commit
6ab499b57b
@@ -45,7 +45,7 @@
|
||||
icon = 'icons/obj/rollerbed.dmi'
|
||||
icon_state = "down"
|
||||
anchored = FALSE
|
||||
resistance_flags = 0
|
||||
resistance_flags = NONE
|
||||
var/foldabletype = /obj/item/roller
|
||||
|
||||
/obj/structure/bed/roller/attackby(obj/item/W, mob/user, params)
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
anchored = TRUE
|
||||
can_buckle = 1
|
||||
buckle_lying = 0 //you sit in a chair, not lay
|
||||
resistance_flags = 0
|
||||
resistance_flags = NONE
|
||||
max_integrity = 250
|
||||
integrity_failure = 25
|
||||
var/buildstacktype = /obj/item/stack/sheet/metal
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
icon_state = "metalbox"
|
||||
max_integrity = 500
|
||||
mob_storage_capacity = 5
|
||||
resistance_flags = 0
|
||||
resistance_flags = NONE
|
||||
move_speed_multiplier = 2
|
||||
cutting_tool = /obj/item/weldingtool
|
||||
open_sound = 'sound/machines/click.ogg'
|
||||
|
||||
Reference in New Issue
Block a user