mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 18:33:36 +00:00
whoops forgot a bit of migration
This commit is contained in:
@@ -51,6 +51,9 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
|
|||||||
if(current_version < 55) //Bitflag toggles don't set their defaults when they're added, always defaulting to off instead.
|
if(current_version < 55) //Bitflag toggles don't set their defaults when they're added, always defaulting to off instead.
|
||||||
toggles |= SOUND_BARK
|
toggles |= SOUND_BARK
|
||||||
if(current_version < 56)
|
if(current_version < 56)
|
||||||
|
if("NO_ANTAGS" in be_special)
|
||||||
|
toggles |= NO_ANTAG
|
||||||
|
be_special -= "NO_ANTAGS"
|
||||||
for(var/be_special_type in be_special)
|
for(var/be_special_type in be_special)
|
||||||
be_special[be_special_type] = 1
|
be_special[be_special_type] = 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user