mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Allow unwrenching the masheen
This commit is contained in:
@@ -47,6 +47,8 @@
|
||||
|
||||
/obj/machinery/medical_kiosk/attackby(obj/item/O, mob/user)
|
||||
. = ..()
|
||||
if(default_unfasten_wrench(user, O, 40))
|
||||
return
|
||||
if(default_deconstruction_screwdriver(user, O))
|
||||
return
|
||||
if(default_deconstruction_crowbar(user, O))
|
||||
|
||||
Reference in New Issue
Block a user