mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-30 15:36:21 +01:00
Adds for centcom jobs
... and me ;v
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(H), slot_shoes)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/gloves/white(H), slot_gloves)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/head/beret/centcom/officer(H), slot_head)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/security(H), slot_l_store)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/omnihud/best(H), slot_l_store)
|
||||
|
||||
H.implant_loyalty()
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(H), slot_shoes)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/gloves/white(H), slot_gloves)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/head/beret/centcom/officer(H), slot_head)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/security(H), slot_l_store)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/omnihud(H), slot_l_store)
|
||||
|
||||
H.implant_loyalty()
|
||||
|
||||
|
||||
@@ -129,3 +129,4 @@
|
||||
new /obj/item/weapon/material/hatchet/tacknife/combatknife(src)
|
||||
new /obj/item/weapon/card/id/centcom/fluff/aro(src)
|
||||
new /obj/item/weapon/reagent_containers/hypospray/fluff/aronai(src)
|
||||
new /obj/item/clothing/glasses/sunglasses/omnihud(src)
|
||||
|
||||
Reference in New Issue
Block a user