mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-09 17:02:00 +00:00
Repair time adjustment
- 10s delay changed to 3s
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
usr << "<span class='warning'>You don't have enough sheets to repair this! You need at least [amt] sheets.</span>"
|
||||
return
|
||||
usr << "<span class='notice'>You begin repairing [src]...</span>"
|
||||
if(do_after(usr, 100))
|
||||
if(do_after(usr, 30))
|
||||
if(P.use(amt))
|
||||
usr << "<span class='notice'>You have repaired \The [src]</span>"
|
||||
src.repair()
|
||||
|
||||
Reference in New Issue
Block a user