mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +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:
@@ -143,4 +143,4 @@ not yet created when `New()` is called.
|
||||
|
||||
To fix this issue, all docking ports will not initialize automatically on `New()`.
|
||||
Instead, they are manually initialized by the shuttle controller when it is created, via
|
||||
a proc called `initialize()`.
|
||||
a proc called `initialize()`.
|
||||
|
||||
@@ -20,4 +20,4 @@
|
||||
flags = NODECONSTRUCT
|
||||
access_tcomms = FALSE
|
||||
access_construction = FALSE
|
||||
access_mining = FALSE
|
||||
access_mining = FALSE
|
||||
|
||||
@@ -354,4 +354,4 @@
|
||||
remote_eye.setLoc(T)
|
||||
to_chat(target, "<span class='notice'>Jumped to [selected]</span>")
|
||||
else
|
||||
playsound(console, 'sound/machines/terminal_prompt_deny.ogg', 25, 0)
|
||||
playsound(console, 'sound/machines/terminal_prompt_deny.ogg', 25, 0)
|
||||
|
||||
@@ -72,4 +72,4 @@
|
||||
return FALSE
|
||||
disconnect()
|
||||
LateInitialize()
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
@@ -942,4 +942,4 @@
|
||||
T.color = color
|
||||
if(T.dir != dir)
|
||||
T.dir = dir
|
||||
return T
|
||||
return T
|
||||
|
||||
@@ -88,4 +88,4 @@ If ever any of these procs are useful for non-shuttles, rename it to proc/rotate
|
||||
//prevents shuttles attempting to rotate this since it messes up sprites
|
||||
/obj/machinery/gravity_generator/shuttleRotate(rotation, params)
|
||||
params = NONE
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
@@ -93,4 +93,4 @@
|
||||
x_offset = 0
|
||||
y_offset = 0
|
||||
|
||||
#undef SYNDICATE_CHALLENGE_TIMER
|
||||
#undef SYNDICATE_CHALLENGE_TIMER
|
||||
|
||||
Reference in New Issue
Block a user