mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 05:17:38 +01:00
fixes chair dismantling being reversed (#12841)
Co-authored-by: TGW <mc-casper@hotmail.dk> Co-authored-by: Werner <1331699+Arrow768@users.noreply.github.com>
This commit is contained in:
@@ -213,7 +213,7 @@
|
||||
/obj/structure/bed/dismantle(obj/item/W, mob/user)
|
||||
playsound(src.loc, W.usesound, 50, 1)
|
||||
user.visible_message("<b>[user]</b> begins dismantling \the [src].", SPAN_NOTICE("You begin dismantling \the [src]."))
|
||||
if(!do_after(user, 20 / W.toolspeed))
|
||||
if(do_after(user, 20 / W.toolspeed))
|
||||
user.visible_message("\The [user] dismantles \the [src].", SPAN_NOTICE("You dismantle \the [src]."))
|
||||
if(padding_material)
|
||||
padding_material.place_sheet(get_turf(src))
|
||||
|
||||
Reference in New Issue
Block a user