mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Commenting for clarity
This commit is contained in:
@@ -130,7 +130,7 @@ SUBSYSTEM_DEF(transcore)
|
|||||||
MR.one_time = one_time
|
MR.one_time = one_time
|
||||||
|
|
||||||
//Pass a 0 to not change NIF status (because the elseif is checking for null)
|
//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_path = nif.type
|
||||||
MR.nif_durability = nif.durability
|
MR.nif_durability = nif.durability
|
||||||
var/list/nifsofts = list()
|
var/list/nifsofts = list()
|
||||||
|
|||||||
@@ -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/durability = 100 // Durability remaining
|
||||||
var/bioadap = FALSE // If it'll work in fancy species
|
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/power_usage = 0 // Nifsoft adds to this
|
||||||
var/tmp/mob/living/carbon/human/human // Our owner!
|
var/tmp/mob/living/carbon/human/human // Our owner!
|
||||||
|
|||||||
Reference in New Issue
Block a user