Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit e0c2f36

Browse files
committed
ninja lavaland
1 parent e4a41e8 commit e0c2f36

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

_maps/yogstation/RandomRuins/LavaRuins/lavaland_surface_russianbunker.dmm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
/area/ruin/unpowered)
212212
"aP" = (
213213
/obj/structure/table/reinforced,
214-
/obj/item/clothing/suit/space/space_ninja,
214+
/obj/item/clothing/suit/space/space_ninja/lavaland,
215215
/turf/open/floor/pod,
216216
/area/ruin/unpowered)
217217
"aQ" = (

code/modules/ninja/suit/suit.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ Contents:
9797
/obj/item/clothing/suit/space/space_ninja/proc/lock_suit(mob/living/carbon/human/H)
9898
if(!istype(H))
9999
return FALSE
100-
/*if(!is_ninja(H))
100+
if(!is_ninja(H))
101101
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>")
102102
H.gib()
103-
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
103+
return FALSE
104104
if(!istype(H.head, /obj/item/clothing/head/helmet/space/space_ninja))
105105
to_chat(H, "<span class='userdanger'>ERROR</span>: 100113 UNABLE TO LOCATE HEAD GEAR\nABORTING...")
106106
return FALSE

yogstation/code/modules/ninja/suit/ninja.dm

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,7 @@
120120
n_shoes.lights_colour = pickedNinjaColor
121121
if(n_gloves)
122122
n_gloves.lights_colour = pickedNinjaColor
123-
affecting.regenerate_icons()
123+
affecting.regenerate_icons()
124+
125+
/obj/item/clothing/suit/space/space_ninja/lavaland/is_ninja(mob/living/M)
126+
return TRUE

0 commit comments

Comments
 (0)