mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Compile fix
This commit is contained in:
@@ -94,7 +94,7 @@
|
|||||||
user << "<span class='notice>You begin to unfasten \the [src]...</span>"
|
user << "<span class='notice>You begin to unfasten \the [src]...</span>"
|
||||||
if (do_after(user, 40))
|
if (do_after(user, 40))
|
||||||
user.visible_message( \
|
user.visible_message( \
|
||||||
"<span class='notice'>\The[user] unfastens \the [src].</span>", \
|
"<span class='notice'>\The [user] unfastens \the [src].</span>", \
|
||||||
"<span class='notice'>You have unfastened \the [src].</span>", \
|
"<span class='notice'>You have unfastened \the [src].</span>", \
|
||||||
"You hear a ratchet.")
|
"You hear a ratchet.")
|
||||||
new /obj/item/pipe(loc, make_from=src)
|
new /obj/item/pipe(loc, make_from=src)
|
||||||
|
|||||||
Reference in New Issue
Block a user