mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Fixes photocopiers trying to divide people by five.
This commit is contained in:
@@ -254,7 +254,7 @@
|
||||
else if(istype(O, /obj/item/weapon/wrench))
|
||||
playsound(loc, 'sound/items/Ratchet.ogg', 50, 1)
|
||||
user << "<span class='warning'>You start [anchored ? "wrenching" : "unwrenching"] [src]</span>"
|
||||
if(do_after(20, user))
|
||||
if(do_after(user, 20))
|
||||
if(gc_destroyed)
|
||||
return
|
||||
anchored = !anchored
|
||||
|
||||
Reference in New Issue
Block a user