Raises the nicotine overdose threshold to 15 units. (#11100)

This commit is contained in:
Alberyk
2021-02-03 12:20:36 +01:00
committed by GitHub
parent 501eae30e0
commit c204a97a49
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -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"
@@ -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.")
+6
View File
@@ -0,0 +1,6 @@
author: Alberyk
delete-after: True
changes:
- tweak: "Raised the nicotine overdose threshold to 15 units."