mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-26 01:22:03 +00:00
* Defines damage flags. (#53158) * Defines damage flags. (Hopefully without 50+ commits) Co-authored-by: TemporalOroboros <TemporalOroboros@gmail.com>
24 lines
444 B
Plaintext
24 lines
444 B
Plaintext
/obj/projectile/energy/floramut
|
|
name = "alpha somatoray"
|
|
icon_state = "energy"
|
|
damage = 0
|
|
damage_type = TOX
|
|
nodamage = TRUE
|
|
flag = ENERGY
|
|
|
|
/obj/projectile/energy/florayield
|
|
name = "beta somatoray"
|
|
icon_state = "energy2"
|
|
damage = 0
|
|
damage_type = TOX
|
|
nodamage = TRUE
|
|
flag = ENERGY
|
|
|
|
/obj/projectile/energy/florarevolution
|
|
name = "gamma somatoray"
|
|
icon_state = "energy3"
|
|
damage = 0
|
|
damage_type = TOX
|
|
nodamage = TRUE
|
|
flag = ENERGY
|