mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Fix indentations (#17481)
* cbt * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * fsadffsda sad * sadfasd * jhn * dsfa * saf * safsad * sda
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
moved_event.unregister(src, src, PROC_REF(check_projections))
|
||||
set_light(0)
|
||||
update_icon()
|
||||
|
||||
|
||||
/obj/item/storage/slide_projector/proc/project_at(turf/target)
|
||||
stop_projecting()
|
||||
if(!current_slide)
|
||||
@@ -96,7 +96,7 @@
|
||||
data += "<a href='?src=\ref[src];stop_projector=1'>Disable Projector</a>"
|
||||
else
|
||||
data += "Projector Inactive"
|
||||
|
||||
|
||||
var/table = list("<table><tr><th>#</th><th>SLIDE</th><th>SHOW</th></tr>")
|
||||
var/i = 1
|
||||
for(var/obj/item/I in contents)
|
||||
@@ -131,7 +131,7 @@
|
||||
return TRUE
|
||||
set_slide(contents[index])
|
||||
. = FALSE
|
||||
|
||||
|
||||
interact(usr)
|
||||
|
||||
/obj/effect/projection
|
||||
|
||||
Reference in New Issue
Block a user