mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
[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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user