[TGUI] Coin Mint (#24885)

* Backend

* Simplify

* Almost ready

* Done., i think

* You can now craft a money bag

* Autodoc

* Fingerprints

* Earlier return if no money bag

* Update code/modules/mining/mint.dm

* Update code/modules/mining/mint.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* Update tgui.bundle.js

* Rebuild

* Fuckin hell

* Rebuild

* Update tgui.bundle.js

* Update code/modules/mining/mint.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* Update code/modules/mining/mint.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

---------

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
Aylong
2024-04-22 22:37:59 +00:00
committed by GitHub
co-authored by Henri215
parent 2cfa9d620f
commit a1ca632a19
6 changed files with 340 additions and 136 deletions
@@ -336,6 +336,7 @@ GLOBAL_LIST_INIT(cloth_recipes, list (
new /datum/stack_recipe("fish bag", /obj/item/storage/bag/fish, 4),
new /datum/stack_recipe("mail bag", /obj/item/storage/bag/mail, 4),
new /datum/stack_recipe("construction bag", /obj/item/storage/bag/construction, 4),
new /datum/stack_recipe("money bag", /obj/item/storage/bag/money, 3),
)),
null,
new /datum/stack_recipe("improvised gauze", /obj/item/stack/medical/bruise_pack/improvised, 1, 2, 6),