mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 02:57:48 +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:
@@ -30,4 +30,4 @@
|
||||
usr << browse(null, "window=trampad")
|
||||
|
||||
src.add_fingerprint(usr)
|
||||
src.updateUsrDialog()
|
||||
src.updateUsrDialog()
|
||||
|
||||
@@ -17,4 +17,4 @@
|
||||
if(istype(TF))
|
||||
if(TF in controller.tram_floors) continue
|
||||
controller.add_floor(TF)
|
||||
TF.spread_floors()
|
||||
TF.spread_floors()
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
icon_state = "rail"
|
||||
var/godir = null
|
||||
var/stop_duration = null
|
||||
layer = TURF_LAYER + 0.1
|
||||
layer = TURF_LAYER + 0.1
|
||||
|
||||
@@ -18,4 +18,4 @@
|
||||
if(istype(TW))
|
||||
if(TW in controller.tram_walls) continue
|
||||
controller.add_wall(TW)
|
||||
TW.spread_walls()
|
||||
TW.spread_walls()
|
||||
|
||||
Reference in New Issue
Block a user