mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
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:
@@ -15,4 +15,4 @@
|
||||
/obj/effect/mob_spawn/human/doctor/alive/lavaland/Destroy()
|
||||
var/obj/structure/fluff/empty_sleeper/S = new(drop_location())
|
||||
S.setDir(dir)
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
@@ -86,4 +86,4 @@
|
||||
/datum/outfit/ashwalker
|
||||
name ="Ashwalker"
|
||||
head = /obj/item/clothing/head/helmet/gladiator
|
||||
uniform = /obj/item/clothing/under/gladiator/ash_walker
|
||||
uniform = /obj/item/clothing/under/gladiator/ash_walker
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
info = "If you dare not continue down this path of madness, escape can be found through the chute in this room."
|
||||
|
||||
/obj/item/paper/crumpled/bloody/ruins/lavaland/clown_planet/hope
|
||||
info = "Abandon hope, all ye who enter here."
|
||||
info = "Abandon hope, all ye who enter here."
|
||||
|
||||
@@ -46,4 +46,4 @@
|
||||
if(last_process + time_between_uses > world.time)
|
||||
icon_state = "fountain"
|
||||
else
|
||||
icon_state = "fountain-red"
|
||||
icon_state = "fountain-red"
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
|
||||
/obj/structure/reagent_dispensers/water_cooler/pizzaparty
|
||||
name = "punch cooler"
|
||||
reagent_id = "bacchus_blessing"
|
||||
reagent_id = "bacchus_blessing"
|
||||
|
||||
@@ -348,4 +348,4 @@
|
||||
//Move them into random block
|
||||
var/obj/structure/puzzle_element/E = pick(cube.elements)
|
||||
prisoner.forceMove(E)
|
||||
return TRUE
|
||||
return TRUE
|
||||
|
||||
@@ -30,4 +30,4 @@
|
||||
|
||||
/obj/effect/mob_spawn/human/seed_vault/Destroy()
|
||||
new/obj/structure/fluff/empty_terrarium(get_turf(src))
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
@@ -83,4 +83,4 @@
|
||||
new /obj/item/gps/internal/lavaland_syndicate_base(src)
|
||||
|
||||
/obj/item/gps/internal/lavaland_syndicate_base
|
||||
gpstag = "Encrypted Signal"
|
||||
gpstag = "Encrypted Signal"
|
||||
|
||||
Reference in New Issue
Block a user