mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
GRASS OF DEATH
Could I have added green smoke in some other way? Possibly. Do I know how or have the brain power for it? Not really. Oh yeah also actual sprite for the burger, along with all ingredients i've missed
This commit is contained in:
@@ -334,3 +334,15 @@
|
||||
smoke.effect_type = smoke_type
|
||||
smoke.set_up(range, location)
|
||||
smoke.start()
|
||||
|
||||
/////////////////////////////////////////////
|
||||
// Bad Smoke (But Green)
|
||||
/////////////////////////////////////////////
|
||||
|
||||
/obj/effect/particle_effect/smoke/bad/green
|
||||
name = "green smoke"
|
||||
color = "#00FF00"
|
||||
opaque = FALSE
|
||||
|
||||
/datum/effect_system/smoke_spread/bad/green
|
||||
effect_type = /obj/effect/particle_effect/smoke/bad/green
|
||||
|
||||
Reference in New Issue
Block a user