git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2160 316c924e-a436-60f5-8080-3fe189b3f50e

This commit is contained in:
petethegoat@gmail.com
2011-09-08 23:35:52 +00:00
parent e5df0b67db
commit b97a581f69
11 changed files with 16 additions and 103 deletions
+7
View File
@@ -291,6 +291,13 @@
item_state = "lb_suit"
color = "cargo"
/obj/item/clothing/under/rank/cargo
name = "Cargotech's Jumpsuit"
desc = "Shooooorts! They're comfy and easy to wear!"
icon_state = "cargotech"
item_state = "cargotech"
color = "cargotech"
/obj/item/clothing/under/rank/mailman
name = "Mailman Jumpsuit"
desc = "Special delivery!"
+3 -2
View File
@@ -411,7 +411,7 @@
src.equip_if_possible(new /obj/item/device/pda/security(src), slot_belt)
src.equip_if_possible(new /obj/item/clothing/suit/armor/vest(src), slot_wear_suit)
src.equip_if_possible(new /obj/item/clothing/head/helmet/warden(src), slot_head)
src.equip_if_possible(new /obj/item/clothing/shoes/black(src), slot_shoes)
src.equip_if_possible(new /obj/item/clothing/shoes/jackboots(src), slot_shoes)
src.equip_if_possible(new /obj/item/clothing/gloves/black(src), slot_gloves)
src.equip_if_possible(new /obj/item/clothing/glasses/sunglasses/sechud(src), slot_glasses)
src.equip_if_possible(new /obj/item/clothing/mask/gas/emergency(src), slot_wear_mask)
@@ -436,7 +436,7 @@
src.equip_if_possible(new /obj/item/clothing/under/rank/head_of_security(src), slot_w_uniform)
src.equip_if_possible(new /obj/item/device/pda/heads/hos(src), slot_belt)
src.equip_if_possible(new /obj/item/clothing/suit/armor/hos(src), slot_wear_suit)
src.equip_if_possible(new /obj/item/clothing/shoes/brown(src), slot_shoes)
src.equip_if_possible(new /obj/item/clothing/shoes/jackboots(src), slot_shoes)
src.equip_if_possible(new /obj/item/clothing/gloves/black(src), slot_gloves)
src.equip_if_possible(new /obj/item/clothing/head/helmet/HoS(src), slot_head)
src.equip_if_possible(new /obj/item/clothing/mask/gas/emergency(src), slot_wear_mask)
@@ -516,6 +516,7 @@
src.equip_if_possible(new /obj/item/weapon/storage/box(src.back), slot_in_backpack)
src.equip_if_possible(new /obj/item/device/detective_scanner(src), slot_in_backpack)
src.equip_if_possible(new /obj/item/weapon/storage/briefcase(src), slot_l_hand)
src.equip_if_possible(new /obj/item/device/pda/lawyer(src), slot_belt)
if ("Quartermaster")
src.equip_if_possible(new /obj/item/device/radio/headset/heads/qm (src), slot_ears)
+4
View File
@@ -120,6 +120,10 @@
icon_state = "pda-holy"
ttone = "holy"
/obj/item/device/pda/lawyer
icon_state = "pda-lawyer"
ttone = "objection"
/*
* The Actual PDA
*/