Goddamit chuga!!!! (#25060)

This commit is contained in:
DGamerL
2024-04-12 20:43:39 +02:00
committed by GitHub
parent 4cf9dcd824
commit d29b88f81b
+4 -4
View File
@@ -408,8 +408,8 @@
item_state = "gun"
/obj/item/gun/syringe/blowgun/process_fire(atom/target, mob/living/user, message = TRUE, params = null, zone_override = "", bonus_spread = 0)
visible_message("<span class='danger'>[user] shoots the blowgun!</span>")
user.adjustStaminaLoss(20, FALSE)
user.adjustOxyLoss(20)
if(chambered.BB)
visible_message("<span class='danger'>[user] shoots the blowgun!</span>")
user.adjustStaminaLoss(20, FALSE)
user.adjustOxyLoss(20)
return ..()