mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-25 17:42:26 +00:00
@@ -531,7 +531,19 @@ As such, it's hard-coded for now. No reason for it not to be, really.
|
||||
else
|
||||
equip_to_slot_or_del(new /obj/item/clothing/under/color/black(src), slot_w_uniform)
|
||||
|
||||
equip_to_slot_or_del(new /obj/item/weapon/rig/light/ninja(src), slot_back)
|
||||
var/obj/item/weapon/rig/light/ninja/ninjasuit = new(src)
|
||||
|
||||
// Make sure the ninja can actually equip the suit.
|
||||
if(src.dna && src.dna.unique_enzymes)
|
||||
src << "<span class='warning'>Suit hardware locked to your DNA hash.</span>"
|
||||
ninjasuit.locked_dna = src.dna.unique_enzymes
|
||||
else
|
||||
ninjasuit.req_access = list()
|
||||
|
||||
equip_to_slot_or_del(ninjasuit,slot_back)
|
||||
spawn(10)
|
||||
ninjasuit.toggle_seals(src,1)
|
||||
|
||||
equip_to_slot_or_del(new /obj/item/clothing/mask/gas/voice/space_ninja(src), slot_wear_mask)
|
||||
equip_to_slot_or_del(new /obj/item/device/flashlight(src), slot_belt)
|
||||
equip_to_slot_or_del(new /obj/item/weapon/tank/oxygen(src), slot_s_store)
|
||||
|
||||
Reference in New Issue
Block a user