File standardisation (#13131)

* Adds the check components

* Adds in trailing newlines

* Converts all CRLF to LF

* Post merge EOF

* Post merge line endings

* Final commit
This commit is contained in:
AffectedArc07
2020-03-17 22:08:51 +00:00
committed by GitHub
parent ec19ea3d2d
commit 04ba5c1cc9
1451 changed files with 183694 additions and 183593 deletions
+1 -1
View File
@@ -85,4 +85,4 @@
if(25 to 74)
icon_state = "tickets_3" // Buncha tickets
else
icon_state = "tickets_4" // Ticket snake
icon_state = "tickets_4" // Ticket snake
+1 -1
View File
@@ -76,4 +76,4 @@
if(!isnull(prize_won))
close_game()
if(prize_won == "1")
win()
win()
@@ -302,4 +302,4 @@
to_chat(user, "<span class='warning'>This mob is already at maximum health!</span>")
return
patient.mob_data.cur_health = patient.mob_data.max_health
to_chat(user, "<span class='notify'>[patient.mob_data.nickname ? patient.mob_data.nickname : patient.mob_data.mob_name] has been restored to full health!</span>")
to_chat(user, "<span class='notify'>[patient.mob_data.nickname ? patient.mob_data.nickname : patient.mob_data.mob_name] has been restored to full health!</span>")
+1 -1
View File
@@ -498,4 +498,4 @@
turf_blacklist = list()
area_whitelist = list()
turf_whitelist = list()
lifetime = 2000
lifetime = 2000
@@ -253,4 +253,4 @@
TYPE_FLYING,
TYPE_BLUESPACE,
TYPE_STEEL)
immunity = list(TYPE_POISON)
immunity = list(TYPE_POISON)
+1 -1
View File
@@ -89,4 +89,4 @@ body {
.button {
cursor: pointer;
}
}