mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-13 11:24:34 +00:00
Upload files
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
|
||||
if(user.put_in_hands(src))
|
||||
msg = "Your Energy Katana teleports into your hand!"
|
||||
else if(user.equip_to_slot_if_possible(src, SLOT_BELT, 0, 1, 1))
|
||||
else if(user.equip_to_slot_if_possible(src, ITEM_SLOT_BELT, 0, 1, 1))
|
||||
msg = "Your Energy Katana teleports back to you, sheathing itself as it does so!</span>"
|
||||
else
|
||||
msg = "Your Energy Katana teleports to your location!"
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
l_pocket = /obj/item/grenade/plastic/c4/ninja
|
||||
r_pocket = /obj/item/hypospray/mkii/CMO/combat
|
||||
suit_store = /obj/item/tank/internals/oxygen
|
||||
internals_slot = SLOT_S_STORE
|
||||
internals_slot = ITEM_SLOT_SUITSTORE
|
||||
belt = /obj/item/energy_katana
|
||||
implants = list(/obj/item/implant/explosive)
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
/obj/item/clothing/shoes/space_ninja/equipped(mob/user, slot)
|
||||
. = ..()
|
||||
if(slot == SLOT_SHOES)
|
||||
if(slot == ITEM_SLOT_FEET)
|
||||
ADD_TRAIT(user, TRAIT_SILENT_STEP, SHOES_TRAIT)
|
||||
|
||||
/obj/item/clothing/shoes/space_ninja/dropped(mob/user)
|
||||
|
||||
Reference in New Issue
Block a user