mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Code by Giacom. Changes alien neurotoxin spit to dumbfire.
Conflicts: code/modules/mob/living/carbon/alien/humanoid/alien_powers.dm
This commit is contained in:
@@ -53,12 +53,18 @@
|
||||
|
||||
|
||||
/obj/item/projectile/energy/neurotoxin
|
||||
name = "neuro"
|
||||
name = "neurotoxin spit"
|
||||
icon_state = "neurotoxin"
|
||||
damage = 5
|
||||
damage_type = TOX
|
||||
weaken = 5
|
||||
|
||||
/obj/item/projectile/energy/neurotoxin/on_hit(var/atom/target, var/blocked = 0)
|
||||
if(isalien(target))
|
||||
return 0
|
||||
..() // Execute the rest of the code.
|
||||
|
||||
|
||||
|
||||
|
||||
/obj/item/projectile/energy/plasma
|
||||
|
||||
Reference in New Issue
Block a user