mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
Make vore jukebox re-constructable
* Put in our own circuit board so de-constructing and re-constructing gets the same machine back. * Polaris now has all the same icon states as we do! We don't need our own jukebox_vr.dmi anymore.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef T_BOARD
|
||||
#error T_BOARD macro is not defined but we need it!
|
||||
#endif
|
||||
|
||||
// VOREStation specific circuit boards!
|
||||
|
||||
// Our own board so deconstructing and reconstructing gets the same machine back...
|
||||
/obj/item/weapon/circuitboard/jukebox/vore
|
||||
name = T_BOARD("VORE jukebox")
|
||||
build_path = /obj/machinery/media/jukebox/vore
|
||||
Reference in New Issue
Block a user