mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 12:02:31 +01:00
New clothing for Ta Consulars and Zo'ra Blaster changes (#15921)
* Create vaurca_flag_suit.dmi * Update head.dmi * Clothing changes * fix * Update unathi.dm * fix the guns * delete I * Fix K'lax * firearm * further fixes * gunkit * Update gunkit.dm * Delete gunkit.dm * gun buff * changes * Update unathi.dm * Update special.dm * Gun change * thermic * blaster fluff and CL * CL update * damage test * 35 damage * Update special.dm * recoil test * delete extra sprite-sheet * Fix undocumented change
This commit is contained in:
@@ -42,20 +42,21 @@
|
||||
/obj/item/storage/box/tcfl_pamphlet = 1,
|
||||
/obj/item/device/versebook/biesel = 1, //constitution
|
||||
/obj/item/stamp/biesel = 1,
|
||||
/obj/item/gun/energy/blaster/revolver = 1
|
||||
)
|
||||
|
||||
/datum/outfit/job/representative/consular/ceti/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
|
||||
if(H && !visualsOnly)
|
||||
if(isvaurca(H))
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/under/gearharness(H), slot_w_uniform)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/head/vaurca_breeder(H), slot_head)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/head/vaurca_breeder/biesel(H), slot_head)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/shoes/vaurca/breeder(H), slot_shoes)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/mask/breath/vaurca/filter(H), slot_wear_mask)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/suit/vaurca/breeder(H), slot_wear_suit)
|
||||
H.equip_to_slot_or_del(new /obj/item/storage/backpack/typec(H), slot_back)
|
||||
H.equip_to_slot_or_del(new /obj/item/gun/energy/vaurca/blaster(H), slot_belt)
|
||||
else
|
||||
addtimer(CALLBACK(src, .proc/send_representative_mission, H), 5 MINUTES)
|
||||
H.equip_to_slot_or_del(new /obj/item/gun/energy/blaster/revolver(H), slot_belt)
|
||||
return TRUE
|
||||
|
||||
/datum/citizenship/sol_alliance
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
SPECIES_VAURCA_WORKER,
|
||||
SPECIES_VAURCA_WARRIOR,
|
||||
SPECIES_VAURCA_BULWARK,
|
||||
SPECIES_VAURCA_BREEDER
|
||||
)
|
||||
)
|
||||
|
||||
@@ -64,7 +63,6 @@
|
||||
name = "Izweski Hegemony Consular Officer"
|
||||
|
||||
uniform = /obj/item/clothing/under/unathi
|
||||
suit = /obj/item/clothing/accessory/poncho/unathimantle
|
||||
backpack_contents = list(/obj/item/device/camera = 1)
|
||||
belt = /obj/item/gun/energy/pistol/hegemony
|
||||
|
||||
@@ -72,11 +70,12 @@
|
||||
if(H && !visualsOnly)
|
||||
if(isvaurca(H))
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/under/gearharness(H), slot_w_uniform)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/head/vaurca_breeder/klax(H), slot_head)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/head/vaurca_breeder/hegemony(H), slot_head)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/shoes/vaurca/breeder/klax(H), slot_shoes)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/mask/breath/vaurca/filter(H), slot_wear_mask)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/suit/vaurca/breeder/klax(H), slot_wear_suit)
|
||||
H.equip_to_slot_or_del(new /obj/item/storage/backpack/typec/klax(H), slot_back)
|
||||
else
|
||||
addtimer(CALLBACK(src, .proc/send_representative_mission, H), 5 MINUTES)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/accessory/poncho/unathimantle(H), slot_wear_suit)
|
||||
return TRUE
|
||||
|
||||
@@ -68,6 +68,7 @@
|
||||
|
||||
H.equip_to_slot_or_del(new /obj/item/storage/backpack/typec(H), slot_back)
|
||||
H.equip_to_slot_or_del(new /obj/item/storage/box/tcfl_pamphlet(H), slot_in_backpack)
|
||||
H.equip_to_slot_or_del(new /obj/item/gun/energy/vaurca/blaster(H), slot_in_backpack)
|
||||
|
||||
addtimer(CALLBACK(src, PROC_REF(send_representative_mission), H), 5 MINUTES)
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user