Skip to content

Commit

Permalink
Buffing leylines (MrMelbert#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed640 authored Feb 3, 2024
1 parent 487366a commit 9b5f73e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion maplestation_modules/code/__DEFINES/magic/magic_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// Assumes we are at average leyline intensity
#define LEYLINE_BASE_CAPACITY 600
#define LEYLINE_BASE_RECHARGE 0.1 // Per second, we recharge this much mana
#define LEYLINE_BASE_RECHARGE 2 // Per second, we recharge this much mana

#define MAGIC_MATERIAL_NAME "Volite"
#define MAGIC_UNIT_OF_MEASUREMENT "Vol"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
GLOBAL_LIST_INIT(leyline_intensities, list(
/datum/leyline_intensity/none = 200,
/datum/leyline_intensity/minimal = 8000,
/datum/leyline_intensity/extremely_low = 11000,
/datum/leyline_intensity/low = 5000,
/datum/leyline_intensity/below_average = 1000,
/datum/leyline_intensity/average = 500,
/datum/leyline_intensity/above_average = 100,
/datum/leyline_intensity/high = 2,
Expand Down

0 comments on commit 9b5f73e

Please sign in to comment.