adds missing /'s at the starts of some obj instances (#7169)
This commit is contained in:
committed by
kevinz000
parent
75def268a6
commit
db25067491
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user