mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Adds cooldown to Xenomorph neurotoxin, changes stun to knockdown (#18919)
* Adds cooldown to Xenomorph neurotoxin, changes stun to knockdown * Neurotoxin now works when implanted in humans * Tidying * More tidying * More tidying
This commit is contained in:
@@ -141,6 +141,8 @@
|
||||
slot = "neurotox"
|
||||
origin_tech = "biotech=5;combat=5"
|
||||
alien_powers = list(/mob/living/carbon/alien/humanoid/proc/neurotoxin)
|
||||
var/neurotoxin_cooldown = FALSE
|
||||
var/neurotoxin_cooldown_time = 5 SECONDS
|
||||
|
||||
/obj/item/organ/internal/xenos/resinspinner
|
||||
name = "xeno resin organ"//...there tiger....
|
||||
|
||||
Reference in New Issue
Block a user