Repair time adjustment

- 10s delay changed to 3s
This commit is contained in:
Atlantiscze
2014-12-27 01:38:46 +01:00
parent 1ed3a3d998
commit 028fc13fa1

View File

@@ -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()