mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
[FIX] Makes Borg Stun Arm screwdriver_act() return FALSE. (#27414)
* Update stunbaton.dm * Update code/game/objects/items/weapons/stunbaton.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> --------- Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
@@ -334,6 +334,9 @@
|
||||
desc = "A piece of scrap metal wired directly to your power cell."
|
||||
hitcost = 100
|
||||
|
||||
/obj/item/melee/baton/loaded/borg_stun_arm/screwdriver_act(mob/living/user, obj/item/I)
|
||||
return FALSE
|
||||
|
||||
/obj/item/melee/baton/flayerprod
|
||||
name = "stunprod"
|
||||
desc = "A mechanical mass which you can use to incapacitate someone with."
|
||||
|
||||
Reference in New Issue
Block a user