Refactors /obj/item/apc_frame to /obj/item/frame/apc

- This fixes broken APC frame placement on walls - #9537
This commit is contained in:
Atlantis
2015-06-07 06:26:10 +02:00
parent 2da0a5e979
commit 41d4c2eb13
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -74,7 +74,7 @@
recipes += new/datum/stack_recipe("grenade casing", /obj/item/weapon/grenade/chem_grenade)
recipes += new/datum/stack_recipe("light fixture frame", /obj/item/frame/light, 2)
recipes += new/datum/stack_recipe("small light fixture frame", /obj/item/frame/light/small, 1)
recipes += new/datum/stack_recipe("apc frame", /obj/item/apc_frame, 2)
recipes += new/datum/stack_recipe("apc frame", /obj/item/frame/apc, 2)
recipes += new/datum/stack_recipe("air alarm frame", /obj/item/frame/air_alarm, 2)
recipes += new/datum/stack_recipe("fire alarm frame", /obj/item/frame/fire_alarm, 2)