Skip to content
Snippets Groups Projects
Commit 9d98c602 authored by DarkGod's avatar DarkGod
Browse files

wooops zigur

parent 52c03dae
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ newEntity{
type="ambush",
width=18,
height=18,
nb={20, 30},
nb={2, 3},
filters={{special_rarity="humanoid_random_boss", random_boss={
nb_classes=1,
rank=3, ai = "tactical",
......@@ -132,7 +132,6 @@ newEntity{
loot_quality = "store",
loot_quantity = 1,
class_filter = function(c)
print("=============RANDBOSS TEST", c.power_source and c.power_source.arcane, c.name)
if c.power_source and c.power_source.arcane then return false end
return true
end,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment