From 89b23905b52c946ca36da74babafb3797300d611 Mon Sep 17 00:00:00 2001 From: tortellinitony <22010639+tortellinitony@users.noreply.github.com> Date: Sun, 12 Nov 2017 16:56:36 -0500 Subject: [PATCH] Makes clown box consistent with the rest of the boxes --- code/game/objects/items/storage/boxes.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/game/objects/items/storage/boxes.dm b/code/game/objects/items/storage/boxes.dm index 26ea13cb04..197a9c22c3 100644 --- a/code/game/objects/items/storage/boxes.dm +++ b/code/game/objects/items/storage/boxes.dm @@ -611,8 +611,7 @@ obj/item/storage/box/clown name = "clown box" desc = "A colorful cardboard box for the clown" - icon_state = "clownbox" - illustration = null + illustration = "clown" /obj/item/storage/box/clown/attackby(obj/item/I, mob/user, params) if((istype(I, /obj/item/bodypart/l_arm/robot)) || (istype(I, /obj/item/bodypart/r_arm/robot)))