adds panel open icons for the new buildables
@@ -56,7 +56,7 @@ var/const/HOLOPAD_MODE = RANGE_BASED
|
||||
holo_range = holograph_range
|
||||
|
||||
/obj/machinery/hologram/holopad/attackby(obj/item/P as obj, mob/user as mob, params)
|
||||
if(default_deconstruction_screwdriver(user, "holopad0", "holopad0", P))
|
||||
if(default_deconstruction_screwdriver(user, "holopad_open", "holopad0", P))
|
||||
return
|
||||
|
||||
if(exchange_parts(user, P))
|
||||
|
||||
@@ -57,7 +57,7 @@ var/const/SAFETY_COOLDOWN = 100
|
||||
|
||||
|
||||
/obj/machinery/recycler/attackby(var/obj/item/I, var/mob/user, params)
|
||||
if(default_deconstruction_screwdriver(user, "grinder-o0", "grinder-o0", I))
|
||||
if(default_deconstruction_screwdriver(user, "grinder-oOpen", "grinder-o0", I))
|
||||
return
|
||||
|
||||
if(exchange_parts(user, I))
|
||||
|
||||
@@ -117,7 +117,7 @@
|
||||
qdel(G)
|
||||
update_icon()
|
||||
|
||||
if(default_deconstruction_screwdriver(user, "grinder", "grinder", P))
|
||||
if(default_deconstruction_screwdriver(user, "grinder_open", "grinder", P))
|
||||
return
|
||||
|
||||
if(exchange_parts(user, P))
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
required_grind = req_grind
|
||||
|
||||
/obj/machinery/monkey_recycler/attackby(var/obj/item/O as obj, var/mob/user as mob, params)
|
||||
if(default_deconstruction_screwdriver(user, "grinder", "grinder", O))
|
||||
if(default_deconstruction_screwdriver(user, "grinder_open", "grinder", O))
|
||||
return
|
||||
|
||||
if(exchange_parts(user, O))
|
||||
|
||||
@@ -138,7 +138,7 @@
|
||||
if(src.processing)
|
||||
user << "<span class='warning'>The processor is in the process of processing!</span>"
|
||||
return 1
|
||||
if(default_deconstruction_screwdriver(user, "processor", "processor", O))
|
||||
if(default_deconstruction_screwdriver(user, "processor1", "processor", O))
|
||||
return
|
||||
|
||||
if(exchange_parts(user, O))
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
********************/
|
||||
|
||||
/obj/machinery/smartfridge/attackby(var/obj/item/O as obj, var/mob/user as mob, params)
|
||||
if(default_deconstruction_screwdriver(user, "sextractor", "sextractor", O))
|
||||
if(default_deconstruction_screwdriver(user, "smartfridge_open", "smartfridge", O))
|
||||
return
|
||||
|
||||
if(exchange_parts(user, O))
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
/obj/machinery/seed_extractor/attackby(var/obj/item/O as obj, var/mob/user as mob, params)
|
||||
|
||||
if(default_deconstruction_screwdriver(user, "sextractor", "sextractor", O))
|
||||
if(default_deconstruction_screwdriver(user, "sextractor_open", "sextractor", O))
|
||||
return
|
||||
|
||||
if(exchange_parts(user, O))
|
||||
|
||||
@@ -246,7 +246,7 @@
|
||||
user << "<span class='danger'>Access denied.</span>"
|
||||
return
|
||||
|
||||
if(default_deconstruction_screwdriver(user, "emitter", "emitter", W))
|
||||
if(default_deconstruction_screwdriver(user, "emitter_open", "emitter", W))
|
||||
return
|
||||
|
||||
if(exchange_parts(user, W))
|
||||
|
||||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 77 KiB |
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 69 KiB |