Skip to content

Commit

Permalink
Changes one character, fixes the entirety of caffeine. (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
CRITAWAKETS authored Jan 28, 2024
1 parent 67083f8 commit 2dbe3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maplestation_modules/code/datums/quirks/neutral.dm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

/datum/quirk/caffeinated/add(client/client_source)
adjust_sprint_multipliers(0.33, 0.2)
RegisterSignals(quirk_holder, COMSIG_CARBON_DRINK_CAFFEINE, PROC_REF(drank_caffeine))
RegisterSignal(quirk_holder, COMSIG_CARBON_DRINK_CAFFEINE, PROC_REF(drank_caffeine))
quirk_holder.add_mood_event("caffeine", /datum/mood_event/no_coffee)

/datum/quirk/caffeinated/process(seconds_per_tick)
Expand Down

0 comments on commit 2dbe3a1

Please sign in to comment.