Skip to content

Instantly share code, notes, and snippets.

@frosch123
frosch123 / MyTownMod.py
Last active April 14, 2019 18:46 — forked from TrueBrain/MyTownMod.py
My Town Mod
class AggressiveTown(Town):
class table:
pass
class actions:
bribe = Action(String("Bribe"), AggressiveTown._onActionBribe)
grow_town = Action(String("Grow town"), AggressiveTown._onActionGrowTown)
class storage: