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:
Tad Hardesty
2026-01-12 17:51:24 -05:00
committed by GitHub
parent 5eec9d1906
commit e5e06aff43
7 changed files with 9 additions and 7 deletions
-1
View File
@@ -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