Fixes and reworks panotoxin (#17813)

* the pr!

* changelog, overdose fiddling

* more overdose fiddling. overdose now kills.

* overdose hello??

* overdose is fine

* associative list? dmdocs?? it still works

* mayhap... you wanted... a space??/

* I... capitalize....?

* dmdoc part final?
This commit is contained in:
Sniblet
2023-12-07 01:56:32 +00:00
committed by GitHub
parent d4170acb6f
commit c982ba7b16
4 changed files with 77 additions and 4 deletions
@@ -16,6 +16,8 @@
var/pose = null
var/list/chem_effects = list()
var/list/chem_doses = list()
/// For keeping count of misc values (amount of damage, number of ticks, etc)
var/list/chem_tracking = list()
var/intoxication = 0//Units of alcohol in their system
var/datum/reagents/metabolism/bloodstr = null
var/datum/reagents/metabolism/touching = null