Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
/area/ruin/unpowered)
"aP" = (
/obj/structure/table/reinforced,
/obj/item/clothing/suit/space/space_ninja,
/obj/item/clothing/suit/space/space_ninja/lavaland,
/turf/open/floor/pod,
/area/ruin/unpowered)
"aQ" = (
Expand Down
4 changes: 2 additions & 2 deletions code/modules/ninja/suit/suit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ Contents:
/obj/item/clothing/suit/space/space_ninja/proc/lock_suit(mob/living/carbon/human/H)
if(!istype(H))
return FALSE
/*if(!is_ninja(H))
if(!is_ninja(H))
to_chat(H, "<span class='danger'><B>fÄTaL ÈÈRRoR</B>: 382200-*#00CÖDE <B>RED</B>\nUNAU†HORIZED USÈ DETÈC†††eD\nCoMMÈNCING SUB-R0U†IN3 13...\nTÈRMInATING U-U-USÈR...</span>")
H.gib()
return FALSE */ // Yogs change needed to be removed for the ninja suit prize from the russian bunker ruin to you know be a actual prize and not a giant bloody middle finger
return FALSE
if(!istype(H.head, /obj/item/clothing/head/helmet/space/space_ninja))
to_chat(H, "<span class='userdanger'>ERROR</span>: 100113 UNABLE TO LOCATE HEAD GEAR\nABORTING...")
return FALSE
Expand Down
5 changes: 4 additions & 1 deletion yogstation/code/modules/ninja/suit/ninja.dm
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,7 @@
n_shoes.lights_colour = pickedNinjaColor
if(n_gloves)
n_gloves.lights_colour = pickedNinjaColor
affecting.regenerate_icons()
affecting.regenerate_icons()

/obj/item/clothing/suit/space/space_ninja/lavaland/is_ninja(mob/living/M)
return TRUE