mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] NIF signals (#10988)
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
1ada348e49
commit
86acf52c18
@@ -74,13 +74,13 @@ SUBSYSTEM_DEF(transcore)
|
||||
//In a human
|
||||
BITSET(H.hud_updateflag, BACKUP_HUD)
|
||||
|
||||
if(H == imp.imp_in && H.stat < DEAD) //CHOMPEdit Start
|
||||
//CHOMPEdit Start
|
||||
if(H == imp.imp_in && H.stat < DEAD)
|
||||
if(H.mind)
|
||||
db.m_backup(H.mind,H.nif)
|
||||
persist_nif_data(H)
|
||||
else if(H.vr_link && H.vr_link.mind)
|
||||
db.m_backup(H.vr_link.mind,H.nif)
|
||||
persist_nif_data(H) //CHOMPEdit End
|
||||
//CHOMPEdit End
|
||||
|
||||
if(MC_TICK_CHECK)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user