Closed ike709 closed 6 years ago
I bet I messed up some dt
stuff somewhere.
add()
and remove()
should almost certainly be renamed to add_reagent()
and remove_reagent()
at some point. It'd also be nice if a EDIT: That last bit seems to exist actually.has_reagent()
proc existed to simplify the process of checking for a reagent.
That's probably right.
inb4 there's more fuckups involving dt
I've now gone through the entire file. Most
TODO
s couldn't be done because of either my stupidity or something not being implemented. The primary cause of the latter is the lack ofAdjustStun()
,AdjustKnockdown()
, andAdjustUnconscious()
.Most chemicals are fully implemented, but a significant minority are missing
mob_life()
,reaction_mob()
oroverdose_process()
Also I'd like to point out that I've tested literally none of the medicine added in this PR or the previous PR. At least it doesn't throw an error when I run the server.