mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Merge pull request #15645 from Rick4242/map-stuff
Better Snowy Redgates!
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user