mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Merge pull request #1582 from FireFishie/hat2
Captain's cap is now a hat
This commit is contained in:
@@ -208,7 +208,7 @@
|
|||||||
new /obj/item/clothing/glasses/sunglasses(src)
|
new /obj/item/clothing/glasses/sunglasses(src)
|
||||||
new /obj/item/clothing/suit/storage/captunic(src)
|
new /obj/item/clothing/suit/storage/captunic(src)
|
||||||
new /obj/item/clothing/suit/armor/vest(src)
|
new /obj/item/clothing/suit/armor/vest(src)
|
||||||
new /obj/item/clothing/head/helmet/cap(src)
|
new /obj/item/clothing/head/caphat(src)
|
||||||
new /obj/item/clothing/gloves/captain(src)
|
new /obj/item/clothing/gloves/captain(src)
|
||||||
new /obj/item/clothing/head/helmet/swat(src)
|
new /obj/item/clothing/head/helmet/swat(src)
|
||||||
new /obj/item/device/radio/headset/heads/captain(src)
|
new /obj/item/device/radio/headset/heads/captain(src)
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
H.equip_if_possible(new /obj/item/clothing/under/rank/captain(H), H.slot_w_uniform)
|
H.equip_if_possible(new /obj/item/clothing/under/rank/captain(H), H.slot_w_uniform)
|
||||||
H.equip_if_possible(new /obj/item/device/pda/captain(H), H.slot_belt)
|
H.equip_if_possible(new /obj/item/device/pda/captain(H), H.slot_belt)
|
||||||
H.equip_if_possible(new /obj/item/clothing/shoes/jackboots(H), H.slot_shoes)
|
H.equip_if_possible(new /obj/item/clothing/shoes/jackboots(H), H.slot_shoes)
|
||||||
H.equip_if_possible(new /obj/item/clothing/head/helmet/cap(H), H.slot_head)
|
H.equip_if_possible(new /obj/item/clothing/head/caphat(H), H.slot_head)
|
||||||
H.equip_if_possible(new /obj/item/clothing/glasses/sunglasses(H), H.slot_glasses)
|
H.equip_if_possible(new /obj/item/clothing/glasses/sunglasses(H), H.slot_glasses)
|
||||||
H.equip_if_possible(new /obj/item/clothing/gloves/captain(H), H.slot_gloves)
|
H.equip_if_possible(new /obj/item/clothing/gloves/captain(H), H.slot_gloves)
|
||||||
if(H.backbag == 1)
|
if(H.backbag == 1)
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
new /obj/item/device/pda/captain(src)
|
new /obj/item/device/pda/captain(src)
|
||||||
new /obj/item/weapon/storage/id_kit(src)
|
new /obj/item/weapon/storage/id_kit(src)
|
||||||
new /obj/item/clothing/suit/armor/captain(src)
|
new /obj/item/clothing/suit/armor/captain(src)
|
||||||
new /obj/item/clothing/head/caphat(src)
|
new /obj/item/clothing/head/helmet/cap(src)
|
||||||
new /obj/item/clothing/glasses/sunglasses(src)
|
new /obj/item/clothing/glasses/sunglasses(src)
|
||||||
new /obj/item/clothing/suit/armor/vest(src)
|
new /obj/item/clothing/suit/armor/vest(src)
|
||||||
new /obj/item/weapon/cartridge/captain(src)
|
new /obj/item/weapon/cartridge/captain(src)
|
||||||
|
|||||||
Reference in New Issue
Block a user