Adds steam to the coffeemaker + fix (#69505)

Co-authored-by: tattle <article.disaster@gmail.com>
This commit is contained in:
tattle
2022-08-28 16:25:03 -04:00
committed by GitHub
co-authored by tattle
parent 6bd3b4e3bd
commit 124b20d349
14 changed files with 47 additions and 41 deletions
@@ -0,0 +1,24 @@
/particles/smoke
icon = 'icons/effects/particles/smoke.dmi'
icon_state = list("smoke_1" = 1, "smoke_2" = 1, "smoke_3" = 2)
width = 100
height = 100
count = 1000
spawning = 4
lifespan = 1.5 SECONDS
fade = 1 SECONDS
velocity = list(0, 0.4, 0)
position = list(6, 0, 0)
drift = generator("sphere", 0, 2, NORMAL_RAND)
friction = 0.2
gravity = list(0, 0.95)
grow = 0.05
/particles/smoke/steam
icon_state = list("steam_1" = 1, "steam_2" = 1, "steam_3" = 2)
fade = 1.5 SECONDS
/particles/smoke/steam/mild
spawning = 1
velocity = list(0, 0.3, 0)
friction = 0.25