mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 11:35:19 +01:00
refactors most spans
This commit is contained in:
@@ -29,9 +29,9 @@
|
||||
to_chat(user, span_blue("You unsecure \the [src]."))
|
||||
if(O.has_tool_quality(TOOL_WRENCH))
|
||||
playsound(src, O.usesound, 50, 1)
|
||||
to_chat(user, "<span class='notice'>Now disassembling \the [src]...</span>")
|
||||
to_chat(user, span_notice("Now disassembling \the [src]..."))
|
||||
if(do_after(user, 30 * O.toolspeed))
|
||||
if(!src) return
|
||||
to_chat(user, "<span class='notice'>You dissasembled \the [src]!</span>")
|
||||
to_chat(user, span_notice("You dissasembled \the [src]!"))
|
||||
new /obj/item/stack/material/steel(src.loc, 1)
|
||||
qdel(src)
|
||||
|
||||
Reference in New Issue
Block a user