mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 08:29:57 +01:00
Raises the nicotine overdose threshold to 15 units. (#11100)
This commit is contained in:
+1
-1
@@ -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.")
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Alberyk
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- tweak: "Raised the nicotine overdose threshold to 15 units."
|
||||
Reference in New Issue
Block a user