[Tweak] borgs won't take stamina damage from riot darts (#29025)

* fixes the riot dart damage type

* Update code/modules/projectiles/projectile/reusable.dm

Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>
Signed-off-by: Toastical <vnndvp@gmail.com>

* same treatment for sniper riot darts

---------

Signed-off-by: Toastical <vnndvp@gmail.com>
Co-authored-by: Toastical <toast@toaster.com>
Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>
This commit is contained in:
Toastical
2025-05-10 23:06:19 +03:00
committed by GitHub
parent 15fb87cf23
commit 5b2afb3293
@@ -58,8 +58,10 @@
/obj/item/projectile/bullet/reusable/foam_dart/riot
name = "riot foam dart"
icon_state = "foamdart_riot"
damage = 25
damage_type = STAMINA
nodamage = FALSE
ammo_type = /obj/item/ammo_casing/caseless/foam_dart/riot
stamina = 25
log_override = FALSE
/obj/item/projectile/bullet/reusable/foam_dart/sniper
@@ -71,6 +73,8 @@
/obj/item/projectile/bullet/reusable/foam_dart/sniper/riot
name = "riot sniper foam dart"
icon_state = "foamdartsniper_riot"
damage = 100
damage_type = STAMINA
nodamage = FALSE
ammo_type = /obj/item/ammo_casing/caseless/foam_dart/sniper/riot
stamina = 100
log_override = FALSE