Skip to content

Commit

Permalink
Large cardboard box icon fix (tgstation#59938)
Browse files Browse the repository at this point in the history
* cardboard box fix
  • Loading branch information
Arkatos1 authored Jul 3, 2021
1 parent 4d62d19 commit be92d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions code/game/objects/items/implants/implant_stealth.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be92d05

Please sign in to comment.