mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
Undefines local defines and moves global to __define (#16028)
* first set of defines * some more * . * final defines * del local define
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
///If the machine is used/deleted in the crafting process
|
||||
#define CRAFTING_MACHINERY_CONSUME 1
|
||||
//# define CRAFTING_MACHINERY_CONSUME 1 Unused
|
||||
///If the machine is only "used" i.e. it checks to see if it's nearby and allows crafting, but doesn't delete it
|
||||
#define CRAFTING_MACHINERY_USE 0
|
||||
//# define CRAFTING_MACHINERY_USE 0 Unused
|
||||
|
||||
/datum/crafting_recipe
|
||||
var/name = "" //in-game display name
|
||||
@@ -48,7 +48,7 @@
|
||||
/datum/crafting_recipe/proc/on_craft_completion(mob/user, atom/result)
|
||||
return
|
||||
|
||||
// Computes the total reagents volume
|
||||
// Computes the total reagents volume
|
||||
/datum/crafting_recipe/proc/get_parts_reagents_volume()
|
||||
. = 0
|
||||
for(var/list/L in parts)
|
||||
|
||||
Reference in New Issue
Block a user