mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
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:
co-authored by
Matt Atlas
parent
8bc224d453
commit
90402ae86b
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user