Skip to content

Commit

Permalink
I'm dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadhorizon committed Jul 17, 2024
1 parent da8e6d9 commit 492009f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/modules/reagents/chemistry/reagents/drink_reagents.dm
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
glass_name = "iced coffee"
glass_desc = "Iced black coffee. It's still going to be pretty bitter on it's own, though!"

/datum/reagent/consumable/coffee/overdose_process(mob/living/M)
/datum/reagent/consumable/icecoffee/overdose_process(mob/living/M)
M.Jitter(5)
..()

Expand All @@ -346,7 +346,7 @@
glass_name = "hot ice coffee"
glass_desc = "The wonders of fusion mixed into a cup of coffee, resulting in an extremely hot-cold drink."

/datum/reagent/consumable/coffee/overdose_process(mob/living/M)
/datum/reagent/consumable/hot_ice_coffee/overdose_process(mob/living/M)
M.Jitter(5)
..()

Expand Down Expand Up @@ -631,7 +631,7 @@
glass_name = "soy latte"
glass_desc = "A nice and refreshing beverage. It goes well with a book, if you have the time to read."

/datum/reagent/consumable/coffee/overdose_process(mob/living/M)
/datum/reagent/consumable/soy_latte/overdose_process(mob/living/M)
M.Jitter(5)
..()

Expand All @@ -656,7 +656,7 @@
glass_name = "cafe latte"
glass_desc = "A nice, strong and refreshing beverage. It goes well with a book, if you have the time to read."

/datum/reagent/consumable/coffee/overdose_process(mob/living/M)
/datum/reagent/consumable/cafe_latte/overdose_process(mob/living/M)
M.Jitter(5)
..()

Expand Down

0 comments on commit 492009f

Please sign in to comment.