Merge pull request #14504 from Very-Soft/misc_fixes

Misc fixes
This commit is contained in:
Casey
2023-02-17 14:22:17 -05:00
committed by CHOMPStation2
parent ddedbf2a8c
commit b82736dc53
12 changed files with 62 additions and 27 deletions

View File

@@ -102,7 +102,7 @@
for(var/turf/T as anything in all_turfs)
if(T.is_outdoors())
turfs_to_use += T
if(!turfs_to_use.len)
warning("Fake sun placed on a level where it can't find any outdoor turfs to color at [x],[y],[z].")
return
@@ -131,23 +131,14 @@
"color" = "#F4EA55"
),
list(
"brightness" = 1.0,
"brightness" = 4.0,
"color" = "#F07AD8"
),
list(
"brightness" = 1.0,
"color" = "#b4361f"
),
list(
"brightness" = 0.7,
"brightness" = 4.0,
"color" = "#f3932d"
),
list(
"brightness" = 0.1,
"color" = "#B92B00"
)
)
/obj/effect/fake_sun/cool