Merge pull request #15645 from Rick4242/map-stuff

Better Snowy Redgates!
This commit is contained in:
Heroman3003
2023-12-31 20:04:26 +10:00
committed by GitHub
4 changed files with 1069 additions and 657 deletions
+3 -1
View File
@@ -338,9 +338,11 @@ steam.start() -- spawns the effect
/obj/effect/effect/smoke/elemental/mist
name = "misty cloud"
desc = "A cloud filled with water vapor."
color = "#CCFFFF"
color = "#F0FFFF"
alpha = 128
strength = 1
plane = MOB_PLANE
layer = ABOVE_MOB_LAYER
/obj/effect/effect/smoke/elemental/mist/affect(mob/living/L)
L.water_act(strength)