mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user