mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 16:44:43 +01:00
Changes relatives paths into absolute paths and makes some if()'s better
This commit is contained in:
@@ -6,8 +6,9 @@
|
||||
name = "Input area"
|
||||
density = 0
|
||||
anchored = 1
|
||||
New()
|
||||
icon_state = "blank"
|
||||
|
||||
/obj/machinery/mineral/input/New()
|
||||
icon_state = "blank"
|
||||
|
||||
/obj/machinery/mineral/output
|
||||
icon = 'icons/mob/screen_gen.dmi'
|
||||
@@ -15,8 +16,9 @@
|
||||
name = "Output area"
|
||||
density = 0
|
||||
anchored = 1
|
||||
New()
|
||||
icon_state = "blank"
|
||||
|
||||
/obj/machinery/mineral/output/New()
|
||||
icon_state = "blank"
|
||||
|
||||
/obj/machinery/mineral
|
||||
var/input_dir = NORTH
|
||||
|
||||
Reference in New Issue
Block a user