Seems I have a long way to go before I can catch all my mistakes.

Also I saw a perfectly good chef's apron not being used?  WHY?!
Chef apron can hold a kitchen knife in storage, and some one didn't want to add a certain service borg spite, so I did it myself.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1246 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
tronaldnwn@hotmail.com
2011-03-23 14:07:07 +00:00
parent 0450f14ab6
commit d57b9f1d7d
3 changed files with 8 additions and 1 deletions

View File

@@ -116,6 +116,13 @@
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
allowed = list (/obj/item/weapon/plantbgone,/obj/item/device/analyzer/plant_analyzer,/obj/item/seeds,/obj/item/nutrient,/obj/item/weapon/minihoe)
/obj/item/clothing/suit/apron
name = "Chef's apron"
icon_state = "chef"
item_state = "chef"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
allowed = list (/obj/item/weapon/kitchenknife)
/obj/item/clothing/suit/wizrobe
name = "wizard robe"
desc = "A magnificant, gem-lined robe that seems to radiate power."

View File

@@ -439,7 +439,7 @@
src.equip_if_possible(new /obj/item/clothing/gloves/black(src), slot_gloves)
src.equip_if_possible(new /obj/item/clothing/glasses/sunglasses(src), slot_glasses)
src.equip_if_possible(new /obj/item/clothing/mask/gas/emergency(src), slot_wear_mask)
src.equip_if_possible(new /obj/item/weapon/gun/taser_gun(src), slot_in_backpack)
src.equip_if_possible(new /obj/item/weapon/gun/energy/taser_gun(src), slot_in_backpack)
src.equip_if_possible(new /obj/item/weapon/handcuffs(src), slot_in_backpack)
// src.equip_if_possible(new /obj/item/weapon/storage/flashbang_kit(src), slot_in_backpack)
src.equip_if_possible(new /obj/item/device/flash(src), slot_l_store)