mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
[READY]pathfinding circuitry upgrade (#36398)
* all in one * fixfixfix * uhhhh * demuxdemuxdemuxdemux * wire eriw * icon noci * tihsxifixshit * rewopower * fixif * screeneercs * returnruter
This commit is contained in:
committed by
vuonojenmustaturska
parent
91ba902b4d
commit
92fe820f3d
@@ -15,7 +15,7 @@ PROCESSING_SUBSYSTEM_DEF(circuit)
|
||||
var/cost_multiplier = MINERAL_MATERIAL_AMOUNT / 10 // Each circuit cost unit is 200cm3
|
||||
|
||||
/datum/controller/subsystem/processing/circuit/Initialize(start_timeofday)
|
||||
SScircuit.cipherkey = random_string(2000+rand(0,10), GLOB.alphabet)
|
||||
SScircuit.cipherkey = uppertext(random_string(2000+rand(0,10), GLOB.alphabet))
|
||||
circuits_init()
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user