mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
Fix me using the wrong helper in mood printout (#90082)
## About The Pull Request Duration is infinite, amount is what matters ## Changelog 🆑 Melbert fix: Fixed drunkness mood printout /🆑
This commit is contained in:
+1
-1
@@ -354,7 +354,7 @@
|
||||
if(0 to NUTRITION_LEVEL_STARVING)
|
||||
msg += "[span_boldwarning("I'm starving!")]<br>"
|
||||
|
||||
var/drunkness = mob_parent.get_timed_status_effect_duration(/datum/status_effect/inebriated)
|
||||
var/drunkness = mob_parent.get_drunk_amount()
|
||||
if(drunkness >= 1)
|
||||
msg += span_notice("My current drunkenness: ")
|
||||
switch(drunkness)
|
||||
|
||||
Reference in New Issue
Block a user