[MIRROR] Add a missing space in mechacode (#7080)
* Merge pull request #38413 from Tlaltecuhtli/patch-45 Add a missing space in mechacode * Add a missing space in mechacode
This commit is contained in:
committed by
kevinz000
parent
5ca76bc438
commit
4780f3a20b
@@ -42,7 +42,7 @@
|
||||
var/last_message = 0
|
||||
var/add_req_access = 1
|
||||
var/maint_access = 0
|
||||
var/dna_lock//dna-locking the mech
|
||||
var/dna_lock //dna-locking the mech
|
||||
var/list/proc_res = list() //stores proc owners, like proc_res["functionname"] = owner reference
|
||||
var/datum/effect_system/spark_spread/spark_system = new
|
||||
var/lights = FALSE
|
||||
|
||||
Reference in New Issue
Block a user