makes riot darts work (#46307)

* if it has an effect, that counts as doing damage ok?

* Update damage_procs.dm

* that does not fix that

* i meant to remove that
This commit is contained in:
Fhaxaris
2019-09-02 23:53:44 -07:00
committed by Rob Bailey
parent 1df8d952b5
commit 6d4bddcc55
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -688,7 +688,7 @@
icon_state = "ice_2"
damage = 0
damage_type = BURN
nodamage = TRUE
nodamage = FALSE
armour_penetration = 100
temperature = 50
flag = "magic"
@@ -38,4 +38,5 @@
name = "riot foam dart"
icon_state = "foamdart_riot_proj"
ammo_type = /obj/item/ammo_casing/caseless/foam_dart/riot
nodamage = FALSE
stamina = 25