Updates subsystem definitions to new standards. (#17470)

* My heart is dragging me down into...

...oblivion!

* drifting closer to the edge but she won't have me

* ever round me we are dead before we meet her

* for the last time

* wake up in sweat

* n

* fff

* uff

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2023-10-01 14:24:40 +00:00
committed by GitHub
co-authored by Matt Atlas
parent aff9d2a1f3
commit baeb7c6afd
127 changed files with 406 additions and 720 deletions
+3 -3
View File
@@ -132,7 +132,7 @@
/datum/record/general/New(var/mob/living/carbon/human/H, var/nid)
..()
if (!H)
var/mob/living/carbon/human/dummy/mannequin/dummy = SSmob.get_mannequin("New record")
var/mob/living/carbon/human/dummy/mannequin/dummy = SSmobs.get_mannequin("New record")
photo_front = getFlatIcon(dummy, SOUTH)
photo_side = getFlatIcon(dummy, WEST)
else
@@ -235,13 +235,13 @@ var/warrant_uid = 0
var/antigen
var/spread_type = "Unknown"
cmp_field = "name"
//Manifest record
/datum/record/shuttle_manifest
name = "Unknown"
var/shuttle = "Unknown"
cmp_field = "name"
var/shuttle_uid = 0
/datum/record/shuttle_manifest/New()
..()
+3 -3
View File
@@ -132,13 +132,13 @@
if (!H.ckey)
return
SSfeedback.IncrementGroupedStat("ckey_deaths", H.ckey)
SSstatistics.IncrementGroupedStat("ckey_deaths", H.ckey)
if (gibbed)
SSfeedback.IncrementSimpleStat("gibs")
SSstatistics.IncrementSimpleStat("gibs")
/hook/clone/proc/increment_statistics(mob/living/carbon/human/H)
. = TRUE
if (!H.ckey)
return
SSfeedback.IncrementSimpleStat("clones")
SSstatistics.IncrementSimpleStat("clones")