Changes relatives paths into absolute paths and makes some if()'s better

This commit is contained in:
Firecage
2016-01-17 01:36:56 +02:00
parent e5a6113157
commit 754491ce4c
69 changed files with 1294 additions and 857 deletions
@@ -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