Detective's office

No longer noir anymore. The monochrome effect was lagging people who saw it for the first time in the round up due to the icon operations and it was just too high of a cost for this.
 Kitchen
Removed the chance of xenomeat being spawned.
 Hydro
I accidentally a default icon_state.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1754 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uporotiy
2011-07-02 05:06:59 +00:00
parent eee36e4f7e
commit 6d2331729d
3 changed files with 4 additions and 6 deletions
+2 -6
View File
@@ -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()
..()