Prison Architect

Prison Architect

Developer (dev) Utility Mod for Prisoner/Gang/Objects
clumpytrack711  [开发者] 2015 年 10 月 22 日 下午 1:41
can you add to your mod
function Create()

local Prisoners = this.GetNearbyObjects("Prisoner", 10000);

for Prisoner, _ in next, Prisoners do
Prisoner.StatusEffects.calming = 10000;
Prisoner.StatusEffects.calming = 10000;
Prisoner.StatusEffects.goodfood = 10000;
Prisoner.StatusEffects.goodfood = 10000;
end
this.Delete();
end

the idea was from healvirus in your mod