Commit graph

9 commits

Author SHA1 Message Date
e7f4a9ed3e
fix: xml patch now applies correctly 2025-04-20 13:32:49 +02:00
f21eb3bbf2
fix: add missing harmony dependency 2025-04-20 13:21:25 +02:00
265c0c375f
docs: add installation instructions to readme 2025-04-19 21:07:52 +02:00
f4759d6f7e
docs: add a readme 2025-04-19 21:00:10 +02:00
b581e2faf5
chore: remove note 2025-04-19 20:51:23 +02:00
6db5b51ade
feat: apply EatableComp to anything with surfaceType Eat 2025-04-19 20:49:57 +02:00
180891f7aa
feat: eating toggle is now functional
added a harmony transpiler to replace check for ThingDef.surfaceType with bool EatableComp.EatableFrom
2025-04-19 20:35:07 +02:00
c298657f6f
feat: add eating gizmo to TableBase
made a component tracking if colonists are allowed to eat at a table or not (doesn't actually forbid eating yet)
2025-04-17 19:03:28 +02:00
7a5ea082bf
initial commit 2025-04-17 16:44:44 +02:00