trailing newlines
This commit is contained in:
@@ -307,4 +307,4 @@
|
||||
var/static/list/prefix = list("Omniscient","Thundering","Enlightening","Intrusive","Rejectful","Atomized","Subtle","Rising","Lowering","Fleeting","Towering","Blissful","Arrogant","Threatening","Peaceful","Aggressive")
|
||||
var/static/list/postfix = list("Flaw","Presence","Crack","Heat","Cold","Memory","Reminder","Breeze","Grasp","Sight","Whisper","Flow","Touch","Veil","Thought","Imperfection","Blemish","Blush")
|
||||
|
||||
name = "\improper" + pick(prefix) + " " + pick(postfix)
|
||||
name = "\improper" + pick(prefix) + " " + pick(postfix)
|
||||
|
||||
@@ -932,4 +932,4 @@
|
||||
|
||||
/obj/effect/proc_holder/spell/aoe_turf/repulse/eldritch/cast(list/targets,mob/user = usr)
|
||||
user.emote("snap")
|
||||
..(targets, user, 60)
|
||||
..(targets, user, 60)
|
||||
|
||||
@@ -174,4 +174,4 @@
|
||||
carbon_victim.Dizzy(20)
|
||||
carbon_victim.blind_eyes(2)
|
||||
SEND_SIGNAL(carbon_victim, COMSIG_ADD_MOOD_EVENT, "gates_of_mansus", /datum/mood_event/gates_of_mansus)
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
@@ -227,4 +227,4 @@
|
||||
playsound(src.loc, 'sound/mecha/mechmove03.ogg', 50, 1)
|
||||
return TRUE
|
||||
else
|
||||
return RemoveHelmet(message)
|
||||
return RemoveHelmet(message)
|
||||
|
||||
@@ -456,4 +456,4 @@
|
||||
new_text = replacetext(new_text, "[pronoun_replacement] is", "[pronoun_replacement] [p_are()]") //To make sure something become "They are" or "She is", not "They are" and "She are"
|
||||
dat += "[new_text]\n" //dat.Join("\n") doesn't work here, for some reason
|
||||
if(dat.len)
|
||||
return dat.Join()
|
||||
return dat.Join()
|
||||
|
||||
Reference in New Issue
Block a user