Large cardboard box icon fix (#59938)

* cardboard box fix
This commit is contained in:
Arkatos1
2021-07-03 20:39:56 +02:00
committed by GitHub
parent 4d62d199d2
commit be92d05a4b
2 changed files with 2 additions and 1 deletions
@@ -15,6 +15,7 @@
icon_state = "agentbox"
max_integrity = 1 // "This dumb box shouldn't take more than one hit to make it vanish."
move_speed_multiplier = 0.5
enable_door_overlay = FALSE
/obj/structure/closet/cardboard/agent/proc/go_invisible()
animate(src, , alpha = 0, time = 20)
@@ -16,7 +16,7 @@
close_sound = 'sound/machines/cardboard_box.ogg'
open_sound_volume = 35
close_sound_volume = 35
enable_door_overlay = FALSE
has_closed_overlay = FALSE
var/move_speed_multiplier = 1
var/move_delay = FALSE
var/egged = 0