From 446fd1d098e67ef4ef9cfe84bd598c246abd1c4b Mon Sep 17 00:00:00 2001 From: san7890 Date: Sat, 25 Jun 2022 13:57:51 -0600 Subject: [PATCH] Patches Rad_Area Directional Sign Helpers (#67945) Patches Rad_Area Directional Sign Hey there, I was trying to do something much more ambitious, but that completely fell through. I did catch this little mistake that caused this to occur though: This PR just makes it the correct pathing for the directional helpers. --- code/game/objects/structures/signs/signs_warning.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/signs/signs_warning.dm b/code/game/objects/structures/signs/signs_warning.dm index c3f4292f57e..31d4636d014 100644 --- a/code/game/objects/structures/signs/signs_warning.dm +++ b/code/game/objects/structures/signs/signs_warning.dm @@ -135,7 +135,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/warning/radiation, 32) desc = "A warning sign which reads 'RADIOACTIVE AREA'." is_editable = TRUE -MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/warning/rad_area, 32) +MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/warning/radiation/rad_area, 32) /obj/structure/sign/warning/xeno_mining name = "\improper DANGEROUS ALIEN LIFE sign"