adds panel open icons for the new buildables

This commit is contained in:
Iamgoofball
2015-06-07 03:55:28 -07:00
parent a9c25caef3
commit 988ff28734
14 changed files with 8 additions and 8 deletions

View File

@@ -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))

View File

@@ -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))

View File

@@ -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))

View File

@@ -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))

View File

@@ -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))

View File

@@ -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))

View File

@@ -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))

View File

@@ -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))

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 69 KiB