mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Disabler Nerf: Slowdown Tweaks + Shot Reduction (#21499)
* Update _species.dm * reduce shots * dont nerf the u-ion * sirryan review Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> --------- Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
@@ -54,6 +54,11 @@
|
||||
flight_y_offset = 10
|
||||
can_holster = TRUE
|
||||
|
||||
/obj/item/gun/energy/disabler/Initialize(mapload)
|
||||
. = ..()
|
||||
cell.maxcharge = 800
|
||||
cell.charge = 800
|
||||
|
||||
/obj/item/gun/energy/disabler/process_fire(atom/target, mob/living/user, message, params, zone_override, bonus_spread)
|
||||
var/obj/item/gun/energy/disabler/offhand_disabler = user.get_inactive_hand()
|
||||
if(istype(offhand_disabler) && offhand_disabler.semicd && (user.a_intent != INTENT_HARM))
|
||||
|
||||
Reference in New Issue
Block a user