Skip to content

Commit

Permalink
Fixes a thing (ParadiseSS13#21912)
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri215 committed Aug 4, 2023
1 parent f6039f9 commit bcb5440
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/game/objects/items/weapons/defib.dm
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,15 @@
paddle_type = /obj/item/twohanded/shockpaddles/advanced
combat = TRUE
safety = TRUE
hardened = TRUE // emp-proof (on the component), but not emag-proof.
hardened = TRUE // emp-proof (on the component), but not emag-proof.
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | ACID_PROOF //Objective item, better not have it destroyed.
heart_attack_probability = 10

var/next_emp_message //to prevent spam from the emagging message on the advanced defibrillator

/obj/item/defibrillator/compact/advanced/screwdriver_act(mob/living/user, obj/item/I)
return // The cell is too strong roundstart and we dont want the adv defib to become useless

/obj/item/defibrillator/compact/advanced/attackby(obj/item/W, mob/user, params)
if(W == paddles)
paddles.unwield()
Expand Down

0 comments on commit bcb5440

Please sign in to comment.