mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-08-28 01:26:55 +01:00
prevents shunted AIs from doomsdaying (tg#51284)
This commit is contained in:
@@ -1141,6 +1141,7 @@
|
||||
return
|
||||
if(!is_station_level(z))
|
||||
return
|
||||
malf.ShutOffDoomsdayDevice()
|
||||
occupier = new /mob/living/silicon/ai(src, malf.laws, malf) //DEAR GOD WHY? //IKR????
|
||||
occupier.adjustOxyLoss(malf.getOxyLoss())
|
||||
if(!findtext(occupier.name, "APC Copy"))
|
||||
|
||||
Reference in New Issue
Block a user