diff --git a/code/game/objects/effects/spawners/lootdrop.dm b/code/game/objects/effects/spawners/lootdrop.dm index a6ebee92126..a9798800a0d 100644 --- a/code/game/objects/effects/spawners/lootdrop.dm +++ b/code/game/objects/effects/spawners/lootdrop.dm @@ -81,7 +81,7 @@ /obj/effect/spawner/lootdrop/three_course_meal/Initialize(mapload) loot = list(pick(soups) = 1,pick(salads) = 1,pick(mains) = 1) - ..() + . = ..() /obj/effect/spawner/lootdrop/maintenance name = "maintenance loot spawner" diff --git a/icons/obj/tiles.dmi b/icons/obj/tiles.dmi index 5a8afeee510..5372e24c05d 100644 Binary files a/icons/obj/tiles.dmi and b/icons/obj/tiles.dmi differ