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()