give paused maps from polymorph and cryostorage a name (#39453)
This commit is contained in:
@@ -31,7 +31,9 @@ public sealed partial class PolymorphSystem
|
||||
if (PausedMap != null && Exists(PausedMap))
|
||||
return;
|
||||
|
||||
PausedMap = _map.CreateMap();
|
||||
_map.SetPaused(PausedMap.Value, true);
|
||||
var mapUid = _map.CreateMap();
|
||||
_metaData.SetEntityName(mapUid, Loc.GetString("polymorph-paused-map-name"));
|
||||
_map.SetPaused(mapUid, true);
|
||||
PausedMap = mapUid;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user