1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-05-13 21:56:29 +02:00

pp: disable bandits flashlight

Bandits will have flashlights disabled.
This commit is contained in:
cogito 2020-01-27 19:56:50 +01:00
parent 7460989c13
commit e4abd83f9f

View File

@ -57,6 +57,7 @@ global.this.assign_camouflage = function(ent, common)
g = shade,
b = shade
}
ent.disable_flashlight()
end
local function noise_hostile_hook(ent, common)