mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 09:03:23 +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:
@@ -99,4 +99,4 @@
|
||||
var/client_keysend_amount = 0
|
||||
var/next_keysend_reset = 0
|
||||
var/next_keysend_trip_reset = 0
|
||||
var/keysend_tripped = FALSE
|
||||
var/keysend_tripped = FALSE
|
||||
|
||||
@@ -7,4 +7,4 @@ proc/addclientmessage(var/ckey, var/message)
|
||||
var/list/L = GLOB.clientmessages[ckey]
|
||||
if(!L)
|
||||
GLOB.clientmessages[ckey] = L = list()
|
||||
L += message
|
||||
L += message
|
||||
|
||||
@@ -21,4 +21,4 @@
|
||||
|
||||
/datum/gear/lipstick/lime
|
||||
display_name = "lipstick, lime"
|
||||
path = /obj/item/lipstick/lime
|
||||
path = /obj/item/lipstick/lime
|
||||
|
||||
@@ -93,4 +93,4 @@
|
||||
display_name = "Gold ID Decal"
|
||||
path = /obj/item/id_decal/gold
|
||||
donator_tier = 4
|
||||
cost = 4
|
||||
cost = 4
|
||||
|
||||
@@ -21,4 +21,4 @@
|
||||
|
||||
/datum/gear/glasses/prescription
|
||||
display_name = "Prescription glasses"
|
||||
path = /obj/item/clothing/glasses/regular
|
||||
path = /obj/item/clothing/glasses/regular
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
|
||||
/datum/gear/gloves/fingerless
|
||||
display_name = "Fingerless Gloves"
|
||||
path = /obj/item/clothing/gloves/fingerless
|
||||
path = /obj/item/clothing/gloves/fingerless
|
||||
|
||||
@@ -55,4 +55,4 @@
|
||||
|
||||
/datum/gear/shoes/whiteshoes
|
||||
display_name = "White shoes"
|
||||
path = /obj/item/clothing/shoes/white
|
||||
path = /obj/item/clothing/shoes/white
|
||||
|
||||
@@ -87,4 +87,4 @@
|
||||
return
|
||||
|
||||
to_chat(src, "<span class='notice'>View range set to [viewNum_to_text(view_range)]</span>")
|
||||
AddViewMod("custom", view_range)
|
||||
AddViewMod("custom", view_range)
|
||||
|
||||
Reference in New Issue
Block a user