mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
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:
@@ -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()
|
||||
..()
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user