mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
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:
@@ -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.", \
|
||||
|
||||
Reference in New Issue
Block a user