Merge pull request #17264 from PKPenguin321/patch-2

makes screwing windows 1 second faster
This commit is contained in:
KorPhaeron
2016-05-02 03:51:52 -05:00
+1 -1
View File
@@ -185,7 +185,7 @@
else if(!reinf)
user << (anchored ? "<span class='notice'>You begin to unscrew the window from the floor...</span>" : "<span class='notice'>You begin to screw the window to the floor...</span>")
if(do_after(user, 40/I.toolspeed, target = src))
if(do_after(user, 30/I.toolspeed, target = src))
if(reinf && (state == 1 || state == 2))
//If state was unfastened, fasten it, else do the reverse
state = (state == 1 ? 2 : 1)