mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
removes double spaces before symbols (#62397)
This can apparently cause some bugs on occasions, so I thought I might as well try to kill them all.
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
output_dir = WEST
|
||||
var/obj/machinery/mineral/stacking_unit_console/console
|
||||
var/stk_types = list()
|
||||
var/stk_amt = list()
|
||||
var/stk_amt = list()
|
||||
var/stack_list[0] //Key: Type. Value: Instance of type.
|
||||
var/stack_amt = 50 //amount to stack before releassing
|
||||
var/datum/component/remote_materials/materials
|
||||
|
||||
Reference in New Issue
Block a user