Merge pull request #13034 from Fox-McCloud/goonchem-addiction-rework

Goonchem: Addiction Rework
This commit is contained in:
variableundefined
2020-03-02 00:53:41 -05:00
committed by GitHub
8 changed files with 130 additions and 45 deletions
+1
View File
@@ -404,6 +404,7 @@
if(C.reagents)
C.reagents.clear_reagents()
QDEL_LIST(C.reagents.addiction_list)
C.reagents.addiction_threshold_accumulated.Cut()
// rejuvenate: Called by `revive` to get the mob into a revivable state
// the admin "rejuvenate" command calls `revive`, not this proc.