Skip to content

Commit 96eb627

Browse files
GatchapodS34NW
andauthored
New name for Irish Car Bomb drink (ParadiseSS13#21781)
* More friendly Irish references * Fixing description * Adding an A --------- Co-authored-by: Gatchapod <[email protected]> Co-authored-by: S34N <[email protected]>
1 parent 87871b7 commit 96eb627

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

code/modules/reagents/chemistry/reagents/alcohol.dm

+7-7
Original file line numberDiff line numberDiff line change
@@ -1009,18 +1009,18 @@
10091009
drink_desc = "A stingy drink."
10101010
taste_description = "a tiny prick"
10111011

1012-
/datum/reagent/consumable/ethanol/irishcarbomb
1013-
name = "Irish Car Bomb"
1014-
id = "irishcarbomb"
1012+
/datum/reagent/consumable/ethanol/dublindrop
1013+
name = "Dublin Drop"
1014+
id = "dublindrop"
10151015
description = "Mmm, tastes like chocolate cake..."
10161016
reagent_state = LIQUID
10171017
color = "#2E6671" // rgb: 46, 102, 113
10181018
alcohol_perc = 0.3
10191019
dizzy_adj = 10 SECONDS
1020-
drink_icon = "irishcarbomb"
1021-
drink_name = "Irish Car Bomb"
1022-
drink_desc = "An irish car bomb."
1023-
taste_description = "troubles"
1020+
drink_icon = "dublindrop"
1021+
drink_name = "Dublin Drop"
1022+
drink_desc = "A Dublin drop. Pub legends say one of the ingredients can bring back the dead."
1023+
taste_description = "a belt in the gob"
10241024

10251025
/datum/reagent/consumable/ethanol/syndicatebomb
10261026
name = "Syndicate Bomb"

code/modules/reagents/chemistry/recipes/drinks_reactions.dm

+4-4
Original file line numberDiff line numberDiff line change
@@ -600,10 +600,10 @@
600600
result_amount = 2
601601
mix_sound = 'sound/goonstation/misc/drinkfizz.ogg'
602602

603-
/datum/chemical_reaction/irishcarbomb
604-
name = "Irish Car Bomb"
605-
id = "irishcarbomb"
606-
result = "irishcarbomb"
603+
/datum/chemical_reaction/dublindrop
604+
name = "Dublin Drop"
605+
id = "dublindrop"
606+
result = "dublindrop"
607607
required_reagents = list("ale" = 1, "irishcream" = 1)
608608
result_amount = 2
609609
mix_sound = 'sound/goonstation/misc/drinkfizz.ogg'

icons/obj/drinks.dmi

3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)