Revert "12/21 modernizations from TG live"
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
deconstruction_state = SHOWCASE_SCREWDRIVERED
|
||||
|
||||
if(istype(W, /obj/item/weapon/crowbar) && deconstruction_state == SHOWCASE_SCREWDRIVERED)
|
||||
if(do_after(user, 20*W.toolspeed, target = src))
|
||||
if(do_after(user, 20/W.toolspeed, target = src))
|
||||
playsound(loc, W.usesound, 100, 1)
|
||||
user << "<span class='notice'>You start to crowbar the showcase apart...</span>"
|
||||
new /obj/item/stack/sheet/metal (get_turf(src), 4)
|
||||
@@ -73,4 +73,4 @@
|
||||
if(SHOWCASE_SCREWDRIVERED)
|
||||
user << "The showcase has its screws loosened."
|
||||
else
|
||||
user << "If you see this, something is wrong."
|
||||
user << "If you see this, something is wrong."
|
||||
Reference in New Issue
Block a user