changed alien neurotoxin to bio type projectile (which means it's stopped by protective gear like biosuits), fixed a runtime

Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
Cael_Aislinn
2012-12-03 13:50:57 +10:00
parent 1eb2ceb643
commit d09d7bf313
3 changed files with 13 additions and 5 deletions

View File

@@ -122,4 +122,12 @@
else if (istype(target, /mob/living/carbon/))
M.show_message("\blue The radiation beam dissipates harmlessly through your body.")
else
return 1
return 1
/obj/item/projectile/neurotoxin
name = "neurotoxin"
icon_state = "toxin"
damage = 5
damage_type = TOX
weaken = 5
flag = "bio"