mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 05:51:56 +00:00
Pin Removal Progress Bar (#11508)
This commit is contained in:
@@ -910,7 +910,7 @@
|
||||
|
||||
if(pin && I.isscrewdriver())
|
||||
visible_message(SPAN_WARNING("\The [user] begins to try and pry out \the [src]'s firing pin!"))
|
||||
if(do_after(user,45 SECONDS,act_target = src))
|
||||
if(do_after(user, 45 SECONDS))
|
||||
if(pin.durable || prob(50))
|
||||
visible_message(SPAN_NOTICE("\The [user] pops \the [pin] out of \the [src]!"))
|
||||
pin.forceMove(get_turf(src))
|
||||
|
||||
Reference in New Issue
Block a user