mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 09:00:25 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user