diff --git a/aurorastation.dme b/aurorastation.dme index 8c2d5cbf014..f2d45634685 100644 --- a/aurorastation.dme +++ b/aurorastation.dme @@ -305,8 +305,8 @@ #include "code\datums\helper_datums\teleport.dm" #include "code\datums\looping_sounds\_looping_sound.dm" #include "code\datums\looping_sounds\machinery_sounds.dm" -#include "code\datums\looping_sounds\thermal_drill.dm" #include "code\datums\looping_sounds\revenant_rift.dm" +#include "code\datums\looping_sounds\thermal_drill.dm" #include "code\datums\observation\_debug.dm" #include "code\datums\observation\destroyed.dm" #include "code\datums\observation\equipped.dm" diff --git a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Medicine.dm b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Medicine.dm index 2df507a4f04..4a4b41fe14a 100644 --- a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Medicine.dm +++ b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Medicine.dm @@ -933,7 +933,7 @@ reagent_state = LIQUID color = "#333333" metabolism = 0.0016 * REM - overdose = 5 + overdose = 15 od_minimum_dose = 3 taste_description = "bitterness" goodmessage = list("You feel good.","You feel relaxed.","You feel alert and focused.") diff --git a/html/changelogs/alberyk-nicotine.yml b/html/changelogs/alberyk-nicotine.yml new file mode 100644 index 00000000000..baf3861885f --- /dev/null +++ b/html/changelogs/alberyk-nicotine.yml @@ -0,0 +1,6 @@ +author: Alberyk + +delete-after: True + +changes: + - tweak: "Raised the nicotine overdose threshold to 15 units."