mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +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:
@@ -118,4 +118,4 @@
|
||||
to_chat(usr, "You unhook the bed to the ambulance.")
|
||||
else
|
||||
amb.bed = src
|
||||
to_chat(usr, "You hook the bed to the ambulance.")
|
||||
to_chat(usr, "You hook the bed to the ambulance.")
|
||||
|
||||
@@ -74,4 +74,4 @@
|
||||
turret.pixel_y = 4
|
||||
if(WEST)
|
||||
turret.pixel_x = 12
|
||||
turret.pixel_y = 4
|
||||
turret.pixel_y = 4
|
||||
|
||||
@@ -93,4 +93,4 @@
|
||||
mybag.forceMove(get_turf(user))
|
||||
user.put_in_hands(mybag)
|
||||
mybag = null
|
||||
update_icon()
|
||||
update_icon()
|
||||
|
||||
@@ -26,4 +26,4 @@
|
||||
if(dir == SOUTH)
|
||||
layer = ABOVE_MOB_LAYER
|
||||
else
|
||||
layer = OBJ_LAYER
|
||||
layer = OBJ_LAYER
|
||||
|
||||
@@ -13,4 +13,4 @@
|
||||
|
||||
/obj/item/key/security
|
||||
desc = "A keyring with a small steel key, and a rubber stun baton accessory."
|
||||
icon_state = "keysec"
|
||||
icon_state = "keysec"
|
||||
|
||||
@@ -47,4 +47,4 @@
|
||||
|
||||
/obj/vehicle/space/speedbike/red
|
||||
icon_state = "speedbike_red"
|
||||
overlay_state = "cover_red"
|
||||
overlay_state = "cover_red"
|
||||
|
||||
@@ -45,4 +45,4 @@
|
||||
if(dir == SOUTH)
|
||||
layer = ABOVE_MOB_LAYER
|
||||
else
|
||||
layer = OBJ_LAYER
|
||||
layer = OBJ_LAYER
|
||||
|
||||
@@ -221,4 +221,4 @@
|
||||
spaceworthy = TRUE
|
||||
|
||||
/obj/vehicle/space/Process_Spacemove(direction)
|
||||
return TRUE
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user