mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Cleanups and tweaks observer code (#30250)
* observer cleanup * this * bit more * Update tgui.bundle.js
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
icon = 'icons/obj/abductor.dmi'
|
||||
icon_state = "camera_target"
|
||||
alpha = 127
|
||||
invisibility = SEE_INVISIBLE_OBSERVER
|
||||
invisibility = INVISIBILITY_HIGH
|
||||
|
||||
/// The list of camera chunks currently visible to the camera eye.
|
||||
var/list/visible_camera_chunks = list()
|
||||
@@ -173,7 +173,7 @@
|
||||
|
||||
if(cooldown && cooldown < world.timeofday)
|
||||
sprint = initial
|
||||
|
||||
|
||||
for(var/i in 0 to sprint step sprint_threshold)
|
||||
var/turf/next_step= get_turf(get_step(src, direct))
|
||||
if(next_step)
|
||||
|
||||
Reference in New Issue
Block a user