Reorganise smithing files into a modules folder (#28782)

* reorganise smithing into a module

* move casts

* rename and move some files

* move defines

* update dme

* move hopper defines

* move ORM/hopper point defines

* remove redefine

* rename smith defines, move smith datums

* implement 28806 and 28877

* remove old files
This commit is contained in:
datlo
2025-04-04 09:59:01 +02:00
committed by GitHub
parent 5563f3ff19
commit d46e2f8fde
24 changed files with 2324 additions and 2358 deletions
-10
View File
@@ -1,8 +1,3 @@
#define BASE_POINT_MULT 0.90
#define BASE_SHEET_MULT 0.90
#define POINT_MULT_ADD_PER_RATING 0.10
#define SHEET_MULT_ADD_PER_RATING 0.10
/**
* # Ore Redemption Machine
*
@@ -516,8 +511,3 @@
/obj/machinery/mineral/ore_redemption/proc/on_material_insert(inserted_type, last_inserted_id, inserted)
give_points(inserted_type, inserted)
SStgui.update_uis(src)
#undef BASE_POINT_MULT
#undef BASE_SHEET_MULT
#undef POINT_MULT_ADD_PER_RATING
#undef SHEET_MULT_ADD_PER_RATING