Aimed Xeno Spit

- Neurotoxic spit is now an aimed projectile.
- Research analyzer action button updated
- Framework for adding more aimed things later
This commit is contained in:
GunHog
2016-06-01 13:43:19 -05:00
parent 14159a9d53
commit 9e3a55e2e1
5 changed files with 42 additions and 6 deletions
+3
View File
@@ -6,6 +6,9 @@
var/list/spells = typesof(/obj/effect/proc_holder/spell) //needed for the badmin verb for now
/obj/effect/proc_holder/proc/use_ability(atom/A)
return
/obj/effect/proc_holder/spell
name = "Spell"
desc = "A wizard spell"