mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 04:32:42 +00:00
Commenting for clarity
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user