mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #7485 from VOREStation/aro-bioprintsprite
Bioprinter sprite
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user