Longer time taken to drill a pipe through a r_wall

Added a message too to the driller that it's going to take a while.
This commit is contained in:
Bone White
2014-08-03 19:28:48 +01:00
parent e3ca0f3f6e
commit 9d664e9d1a
@@ -320,9 +320,9 @@
playsound(get_turf(src), 'sound/weapons/circsawhit.ogg', 50, 1)
user.visible_message( \
"[user] starts drilling a hole in \the [src].", \
"\blue You start drilling a hole in \the [src].", \
"\blue You start drilling a hole in \the [src]. This is going to take a while.", \
"You hear ratchet.")
if (do_after(user, 80))
if (do_after(user, 160))
user.visible_message( \
"[user] drills a hole in \the [src] and pushes \a [P] into the void", \
"\blue You have finished drilling in \the [src] and push the [P] into the void.", \