end of file Fix (#17308)

* end of file Fix

* fix those lints too
This commit is contained in:
Kashargul
2025-03-10 16:15:35 -04:00
committed by GitHub
parent ae85941c35
commit 1def015bad
537 changed files with 609 additions and 654 deletions
+3 -4
View File
@@ -39,7 +39,7 @@
var/new_x = 0
var/new_y = 0
if(dir & NORTH)
new_y = 112
else if(dir & SOUTH)
@@ -52,7 +52,7 @@
var/matrix/M = matrix()
var/mutable_appearance/MA = new (src)
if(!center)
var/horizontal = (dir & (WEST|EAST))
var/vertical = (dir & (NORTH|SOUTH))
@@ -61,7 +61,7 @@
MA.opacity = 1
if(!optional)
MA.density = TRUE
MA.icon_state = "origin_active"
MA.plane = PLANE_LOOKINGGLASS
MA.layer = 0
@@ -86,4 +86,3 @@
animate(src, color = null, time = 3 SECONDS)
sleep(3 SECONDS)
icon_state = "origin"