trailing newlines

This commit is contained in:
kiwedespars
2021-03-09 12:53:53 -08:00
parent b868f5fc32
commit 01b026f889
6 changed files with 6 additions and 6 deletions
@@ -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 ..()
+1 -1
View File
@@ -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()