mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
fix electric chair (#28281)
This commit is contained in:
@@ -57,11 +57,6 @@
|
||||
|
||||
/obj/item/device/radio/electropack/attackby(obj/item/weapon/W as obj, mob/user as mob)
|
||||
..()
|
||||
if (W.is_screwdriver())
|
||||
b_stat = !b_stat
|
||||
if (b_stat)
|
||||
to_chat(user, "<span class='notice'>[src] is now ready to be attached!</span>")
|
||||
return
|
||||
if(istype(W, /obj/item/clothing/head/helmet))
|
||||
if(!b_stat)
|
||||
to_chat(user, "<span class='notice'>[src] is not ready to be attached!</span>")
|
||||
|
||||
Reference in New Issue
Block a user