Misc fixes

While I was working on kobs I fixed and tweaked a whole bunch of little things. I figured even then that I should separate the fixes, but I never got around to it

Now I have~
This commit is contained in:
VerySoft
2023-02-17 13:46:02 -05:00
parent 3d86f8d97b
commit 985fe881cb
12 changed files with 62 additions and 27 deletions
+4 -13
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