From 58ebaf07e9b8872e5639c0adefb9be034d00aa14 Mon Sep 17 00:00:00 2001 From: William Wallace Date: Tue, 8 Oct 2019 23:11:01 +0100 Subject: [PATCH] remove duplicate var definition in /obj/structure/checkoutmachine --- code/game/objects/items/crab17.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/game/objects/items/crab17.dm b/code/game/objects/items/crab17.dm index a20b83e8d68..6cb0a22b5d4 100644 --- a/code/game/objects/items/crab17.dm +++ b/code/game/objects/items/crab17.dm @@ -28,11 +28,10 @@ desc = "This is good for spacecoin because" icon = 'icons/obj/money_machine.dmi' icon_state = "bogdanoff" - layer = TABLE_LAYER //So that the crate inside doesn't appear underneath + layer = LARGE_MOB_LAYER armor = list("melee" = 80, "bullet" = 30, "laser" = 30, "energy" = 60, "bomb" = 90, "bio" = 0, "rad" = 0, "fire" = 100, "acid" = 80) density = TRUE pixel_z = -8 - layer = LARGE_MOB_LAYER max_integrity = 5000 var/list/accounts_to_rob var/mob/living/carbon/human/bogdanoff