buffs thermal vaurca execution blade and fixes operative hardsuit spawns (#22134)

Gives the thermal blade belt and back slots in order to make it more
competitive with a energy sword in portability, aswell as fixing some
hardsuits that failed to spawn properly.

---------

Signed-off-by: Matt Atlas <mattiathebest2000@hotmail.it>
Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
This commit is contained in:
ArbiterAmbrose
2026-04-08 16:30:42 +00:00
committed by GitHub
co-authored by Matt Atlas
parent 8bc224d453
commit 90402ae86b
3 changed files with 18 additions and 0 deletions
@@ -401,6 +401,7 @@
throw_speed = 5
throw_range = 10
w_class = WEIGHT_CLASS_BULKY
slot_flags = list(SLOT_BACK, SLOT_BELT)
atom_flags = ATOM_FLAG_NO_BLOOD
obj_flags = OBJ_FLAG_CONDUCTABLE
attack_verb = list("stabbed", "chopped", "sliced", "cleaved", "slashed", "cut")
@@ -1409,6 +1409,7 @@
associated_hardsuit = /obj/item/rig/vaurca
/obj/structure/closet/crate/secure/gear_loadout/ninja/vaurca/fill()
..()
var/obj/item/clothing/under/vaurca/clothes = new(src)
var/obj/item/clothing/shoes/vaurca/shoes = new(src)
var/obj/item/clothing/glasses/sunglasses/blinders/blinders = new(src)
@@ -1429,6 +1430,7 @@
associated_hardsuit = /obj/item/rig/skrell/tup/ninja
/obj/structure/closet/crate/secure/gear_loadout/ninja/skrell/fill()
..()
new /obj/item/clothing/accessory/holster/hip(src)
new /obj/item/clothing/under/skrell/tupkala(src)
new /obj/item/gun/energy/rifle/laser/qukala(src)