mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user