Commit 96eb627 1 parent 87871b7 commit 96eb627 Copy full SHA for 96eb627
File tree 3 files changed +11
-11
lines changed
code/modules/reagents/chemistry
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1009
1009
drink_desc = " A stingy drink."
1010
1010
taste_description = " a tiny prick"
1011
1011
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 "
1015
1015
description = " Mmm, tastes like chocolate cake..."
1016
1016
reagent_state = LIQUID
1017
1017
color = " #2E6671" // rgb: 46, 102, 113
1018
1018
alcohol_perc = 0.3
1019
1019
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 "
1024
1024
1025
1025
/ datum / reagent/ consumable/ ethanol/ syndicatebomb
1026
1026
name = " Syndicate Bomb"
Original file line number Diff line number Diff line change 600
600
result_amount = 2
601
601
mix_sound = ' sound/goonstation/misc/drinkfizz.ogg'
602
602
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 "
607
607
required_reagents = list (" ale" = 1 , " irishcream" = 1 )
608
608
result_amount = 2
609
609
mix_sound = ' sound/goonstation/misc/drinkfizz.ogg'
You can’t perform that action at this time.
0 commit comments