Merge pull request #7485 from VOREStation/aro-bioprintsprite

Bioprinter sprite
This commit is contained in:
Aronai Sieyes
2020-04-29 10:02:15 -04:00
committed by GitHub
2 changed files with 6 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
/obj/machinery/organ_printer
name = "organ printer"
desc = "It's a machine that prints organs."
icon = 'icons/obj/surgery.dmi'
icon = 'icons/obj/surgery_vr.dmi' //VOREStation Edit
icon_state = "bioprinter"
anchored = 1
@@ -69,11 +69,13 @@
return ..()
/obj/machinery/organ_printer/update_icon()
overlays.Cut()
//VOREStation Edit
cut_overlays()
if(panel_open)
overlays += "bioprinter_panel_open"
add_overlay("bioprinter_panel_open")
if(printing)
overlays += "bioprinter_working"
add_overlay("bioprinter_working")
//VOREStation Edit End
/obj/machinery/organ_printer/New()
..()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 699 B

After

Width:  |  Height:  |  Size: 5.9 KiB