mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[MIRROR] Fixes roundstart addiction runtime (#3540)
* fixes roundstart addiction runtime (#57051) * Fixes roundstart addiction runtime Co-authored-by: Time-Green <timkoster1@hotmail.com>
This commit is contained in:
@@ -34,6 +34,6 @@
|
||||
/mob/living/carbon/proc/on_nometabolism_trait_gain(datum/source)
|
||||
SIGNAL_HANDLER
|
||||
for(var/addiction_type in subtypesof(/datum/addiction))
|
||||
mind.remove_addiction_points(addiction_type, MAX_ADDICTION_POINTS) //Remove the addiction!
|
||||
mind?.remove_addiction_points(addiction_type, MAX_ADDICTION_POINTS) //Remove the addiction!
|
||||
|
||||
reagents.end_metabolization(keep_liverless = TRUE)
|
||||
|
||||
Reference in New Issue
Block a user