Add atmos ignition logs (#14216)
This commit is contained in:
@@ -132,7 +132,7 @@ namespace Content.Server.Tools
|
||||
if (transform.GridUid is {} gridUid)
|
||||
{
|
||||
var position = _transformSystem.GetGridOrMapTilePosition(uid, transform);
|
||||
_atmosphereSystem.HotspotExpose(gridUid, position, 700, 50, true);
|
||||
_atmosphereSystem.HotspotExpose(gridUid, position, 700, 50, uid, true);
|
||||
}
|
||||
|
||||
_entityManager.Dirty(welder);
|
||||
|
||||
Reference in New Issue
Block a user