mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
deconstruct silo (#52923)
This commit is contained in:
@@ -68,8 +68,18 @@ GLOBAL_LIST_EMPTY(silo_access_logs)
|
||||
return TRUE
|
||||
|
||||
/obj/machinery/ore_silo/attackby(obj/item/W, mob/user, params)
|
||||
if(default_deconstruction_screwdriver(user, icon_state, icon_state, W))
|
||||
updateUsrDialog()
|
||||
return
|
||||
if(default_deconstruction_crowbar(W))
|
||||
return
|
||||
|
||||
if(!powered())
|
||||
return ..()
|
||||
|
||||
if (istype(W, /obj/item/stack))
|
||||
return remote_attackby(src, user, W)
|
||||
|
||||
return ..()
|
||||
|
||||
/obj/machinery/ore_silo/ui_interact(mob/user)
|
||||
|
||||
Reference in New Issue
Block a user