Floral Somatoray Gene Targeting (#15111)

This commit is contained in:
RustingWithYou
2022-11-23 22:32:09 +01:00
committed by GitHub
parent 4186833649
commit c7deeb930e
8 changed files with 231 additions and 8 deletions
@@ -140,6 +140,14 @@
nodamage = 1
check_armor = "energy"
/obj/item/projectile/energy/floramut/gene
name = "gamma somatoray"
icon_state = "energy2"
damage = 0
damage_type = TOX
nodamage = TRUE
var/decl/plantgene/gene = null
/obj/item/projectile/energy/floramut/on_hit(var/atom/target, var/blocked = 0)
var/mob/living/M = target
if(ishuman(target))