mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
[MIRROR] Adds the CRAZY HAMBURGER (#877)
* Merge pull request #53812 from SgtHunk/ITS-HAURRIBLE Adds the CRAZY HAMBURGER * Adds the CRAZY HAMBURGER Co-authored-by: Jordan Brown <Cyberboss@users.noreply.github.com>
This commit is contained in:
co-authored by
Jordan Brown
parent
b679c7617d
commit
7f84409fd4
@@ -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