From 33d0839c4460fa2e2510e0df50e94f3510860c8f Mon Sep 17 00:00:00 2001 From: Dip Date: Tue, 17 Nov 2020 05:10:15 -0300 Subject: [PATCH] Typo + Early return --- hyperstation/code/obj/lunaritems.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hyperstation/code/obj/lunaritems.dm b/hyperstation/code/obj/lunaritems.dm index 1ec910e1..e2bfa45e 100644 --- a/hyperstation/code/obj/lunaritems.dm +++ b/hyperstation/code/obj/lunaritems.dm @@ -1,6 +1,6 @@ /obj/structure/lunaraltar name = "lunar altar" - desc = "Judging by the symbols, millenia ago, it seems that the creatures of this world used something precious to the icy moon that orbits this hellish planet. You... Wouldn't do that, would you?" + desc = "Judging by the symbols, millenia ago, it seems that the creatures of this world used to offer something precious to the icy moon that orbits this hellish planet. You... Wouldn't do that, would you?" icon = 'icons/obj/hand_of_god_structures.dmi' //Placeholder. icon_state = "convertaltar-blue" //Placeholder. anchored = TRUE @@ -15,6 +15,9 @@ to_chat(user, "The altar seems shattered.") return if(istype(user, /mob/living/carbon/human/)) + if(isjellyperson(user)) + to_chat(user, "You feel that there is nothing of value your species can sacrifice.") //NO SLIME CHEESE BRO + return var/part = pick("1","2","3","4") var/mob/living/carbon/human/H = user var/obj/item/bodypart/bodypart