adds missing /'s at the starts of some obj instances (#7169)

This commit is contained in:
CitadelStationBot
2018-06-18 13:53:33 -05:00
committed by kevinz000
parent 75def268a6
commit db25067491
8 changed files with 15 additions and 10 deletions
@@ -93,7 +93,7 @@
b_o.pixel_x = -7
return b_o
obj/machinery/chem_dispenser/proc/work_animation()
/obj/machinery/chem_dispenser/proc/work_animation()
if(working_state)
flick(working_state,src)
@@ -504,7 +504,7 @@ obj/machinery/chem_dispenser/proc/work_animation()
"diethylamine")
/obj/machinery/chem_dispenser/fullupgrade //fully upgraded stock parts
/obj/machinery/chem_dispenser/fullupgrade/Initialize()
. = ..()
component_parts = list()