This commit is contained in:
2026-05-26 07:17:05 +02:00
parent 6895b69a1f
commit e893963743
27 changed files with 412 additions and 436 deletions

9
lib/item.beans.go Normal file
View File

@@ -0,0 +1,9 @@
package lib
import p "git.teletypegames.org/games/pncdsl"
var Beans = p.Item{
Name: "beans",
Sprite: "spr/beans",
Description: "őrölt kávébab",
}