Bioprinter sprite

Perspective, less sideways
This commit is contained in:
Aronai Sieyes
2020-04-27 17:09:27 -04:00
parent 7a11dbc6b3
commit 5831f929b1
2 changed files with 6 additions and 4 deletions
+6 -4
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