mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 00:20:55 +01:00
Stargazes wll also detect cloud turfs for their calculations
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
has_starlight = FALSE
|
||||
else
|
||||
for(var/turf/T in view(3, src))
|
||||
if(isspaceturf(T))
|
||||
if(isspaceturf(T) || iscloudturf(T))
|
||||
has_starlight = TRUE
|
||||
break
|
||||
if(has_starlight && anchored)
|
||||
|
||||
Reference in New Issue
Block a user