mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user