diff --git a/code/defines/area/Space Station 13 areas.dm b/code/defines/area/Space Station 13 areas.dm index b099f1061c3..09ae6afa069 100644 --- a/code/defines/area/Space Station 13 areas.dm +++ b/code/defines/area/Space Station 13 areas.dm @@ -766,6 +766,7 @@ proc/process_ghost_teleport_locs() name = "Detectives Office" icon_state = "detective" +/* New() ..() @@ -780,6 +781,7 @@ proc/process_ghost_teleport_locs() var/icon/newIcon = icon(objectToGrayscale.icon) newIcon.GrayScale() objectToGrayscale.icon = newIcon +*/ /area/security/nuke_storage name = "Vault" diff --git a/code/game/objects/closets/kitchen.dm b/code/game/objects/closets/kitchen.dm index 330616965c3..cabba8cb4f9 100644 --- a/code/game/objects/closets/kitchen.dm +++ b/code/game/objects/closets/kitchen.dm @@ -44,12 +44,8 @@ new /obj/item/kitchen/egg_box(src) new /obj/item/weapon/reagent_containers/food/snacks/meat/monkey(src) new /obj/item/weapon/reagent_containers/food/snacks/meat/monkey(src) - if(prob(95)) - new /obj/item/weapon/reagent_containers/food/snacks/meat/monkey(src) - new /obj/item/weapon/reagent_containers/food/snacks/meat/monkey(src) - else - new /obj/item/weapon/reagent_containers/food/snacks/xenomeat(src) - new /obj/item/weapon/reagent_containers/food/snacks/xenomeat(src) + new /obj/item/weapon/reagent_containers/food/snacks/meat/monkey(src) + new /obj/item/weapon/reagent_containers/food/snacks/meat/monkey(src) /obj/secure_closet/fridge/New() ..() diff --git a/icons/obj/hydroponics.dmi b/icons/obj/hydroponics.dmi index bc11e52d6e4..1f0ebfc5d47 100644 Binary files a/icons/obj/hydroponics.dmi and b/icons/obj/hydroponics.dmi differ