I'll keep adding to the pile but this feels gamebreaking enough to be reported asap
Leveling up fixes it! Now I have 2 loinclothes tho
Also get this right after the first line at the beggining and my characters gets namde Uffe in brown letters
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 119, in <module>
File "game/inventory.rpy", line 399, in equippinginitial
File "game/inventory.rpy", line 137, in equip
File "game/character.rpy", line 157, in equip_armor
File "game/character.rpy", line 188, in statAdd
AttributeError: 'Player' object has no attribute 'eqmax_lust'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 119, in script
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 119, in <module>
File "game/inventory.rpy", line 399, in equippinginitial
File "game/inventory.rpy", line 137, in equip
File "game/character.rpy", line 157, in equip_armor
File "game/character.rpy", line 188, in statAdd
AttributeError: 'Player' object has no attribute 'eqmax_lust'
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Outland Wanderer 0.0.10
Wed Nov 23 18:40:06 2022
```
2) Courier badge now equips in the middle top slot but does not appear on Tenki
3)Clay and Sage do not show up in loot table for Mossy Freshwater at the map
4) When Hemp restocks at Sebas' shop it refreshes to 30 then starts to stack up, same for Green Ointment
5) Having very high defense and taking hits with very low damage, like pebble attack from minotaur statues in the minotaurs dungeon, causes the attacks to deal negative damage and heal you
6) Going to sleep very late does nothing(duh)
Damn :0
2. Ehhh I don't know what changed, the badge in my own save is fine but I don't know what caused it in your case.
3-4. Fixed! :p
5. Ah! Well well I don't know about this but the calculation of the damage is in a percentage system, which is 2x^2/(x+y) , x=damage, y=defense, so technically... it shouldn't be negative. (I haven't tried it though, my character is just lvl 13 and I see other dudes having like lv 30 in this game :O I'll see if there's anything I can do.
Fought a caproot got this. It breaks progression because caproots don't disappear from the map and you can't get to Wuldon
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/battle05.rpy", line 219, in <module>
NameError: name 'heftyslime_num' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "battle05.rpyc", line 219, in script
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/battle05.rpy", line 219, in <module>
NameError: name 'heftyslime_num' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Outland Wanderer 0.0.10
Wed Nov 23 20:14:38 2022
```