mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
Fix corner-case runtimes for removed jobs, other minor fixes (#94822)
* Fix runtimes in `/datum/id_trim` and when equipping corpses if a map's .json file fully removes a job * Remove unused `/datum/powernet/var/number` * Fix ctrl+clicking a telescreen to mute it also activating it normally * Unmark `_liver.dm` as executable
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
// each contiguous network of cables & nodes
|
||||
/////////////////////////////////////
|
||||
/datum/powernet
|
||||
var/number // unique id
|
||||
var/list/cables = list() // all cables & junctions
|
||||
var/list/nodes = list() // all connected machines
|
||||
|
||||
|
||||
Reference in New Issue
Block a user