Skip to content

Commit

Permalink
bugfix: no icon_state on cardboard (ss220-space#5599)
Browse files Browse the repository at this point in the history
fix no icon_state cardboard
  • Loading branch information
endipe authored Jul 28, 2024
1 parent d34cd02 commit 2a44ff4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions code/game/objects/items/cardboard_cutouts.dm
Original file line number Diff line number Diff line change
Expand Up @@ -174,15 +174,11 @@
if("Slaughter Demon")
name = "slaughter demon"
desc = "A cardboard cutout of a slaughter demon."
icon = 'icons/mob/mob.dmi'
icon_state = "daemon"
dir = "SOUTH"
icon_state = "cutout_demon"
if("Laughter Demon")
name = "laughter demon"
desc = "A cardboard cutout of a laughter demon."
icon = 'icons/mob/mob.dmi'
icon_state = "bowmon"
dir = "SOUTH"
icon_state = "cutout_bowmon"
if("Xenomorph Maid")
name = "lusty xenomorph maid ([rand(1, 999)])"
desc = "A cardboard cutout of a xenomorph maid."
Expand All @@ -194,9 +190,7 @@
if("Terror Spider")
name = "Gray Terror Spider"
desc = "A cardboard cutout of a terror spider."
icon = 'icons/mob/terrorspider.dmi'
icon_state = "terror_gray"
dir = "SOUTH"
icon_state = "cutout_terror"

return 1

Expand Down
Binary file modified icons/obj/cardboard_cutout.dmi
Binary file not shown.

0 comments on commit 2a44ff4

Please sign in to comment.