Skip to content

Instantly share code, notes, and snippets.

@andythenorth
andythenorth / MyTownMod.py
Last active April 14, 2019 14:02 — 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: