Skip to content

Commit

Permalink
insane
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Apr 18, 2024
1 parent 30327b7 commit 902663d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/powered.dm
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
update_appearance()

/obj/item/gun/ballistic/automatic/powered/screwdriver_act(mob/living/user, obj/item/I)
if(cell && !internal_cell && !bayonet && (!gun_light || !can_flashlight))
if(cell && !internal_cell)
to_chat(user, "<span class='notice'>You begin unscrewing and pulling out the cell...</span>")
if(I.use_tool(src, user, unscrewing_time, volume=100))
to_chat(user, "<span class='notice'>You remove the power cell.</span>")
Expand Down

0 comments on commit 902663d

Please sign in to comment.