Commenting for clarity

This commit is contained in:
Hawk_v3
2018-06-23 19:52:01 +01:00
parent 6ef41abf91
commit d1691eb17c
2 changed files with 3 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ SUBSYSTEM_DEF(transcore)
MR.one_time = one_time
//Pass a 0 to not change NIF status (because the elseif is checking for null)
if(nif && nif.savetofile)
if(nif && nif.savetofile) //This is to allow Transcore to skip over saving NIFs that have already been saved.
MR.nif_path = nif.type
MR.nif_durability = nif.durability
var/list/nifsofts = list()

View File

@@ -26,7 +26,8 @@ You can also set the stat of a NIF to NIF_TEMPFAIL without any issues to disable
var/durability = 100 // Durability remaining
var/bioadap = FALSE // If it'll work in fancy species
var/savetofile = TRUE
var/savetofile = TRUE /*Start True so that Transcore saves any NIF that's newly installed with the correct scans or implant.
DO NOT CHANGE durability WITHOUT SETTING THIS TO TRUE. */
var/tmp/power_usage = 0 // Nifsoft adds to this
var/tmp/mob/living/carbon/human/human // Our owner!