Files
Bubberstation/code/modules/projectiles/projectile/special/floral.dm
SkyratBot 3bd294f26f [MIRROR] Defines damage flags. (Hopefully without 50+ commits) (#491)
* Defines damage flags. (#53158)

* Defines damage flags. (Hopefully without 50+ commits)

Co-authored-by: TemporalOroboros <TemporalOroboros@gmail.com>
2020-08-24 22:52:31 +02:00

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