Implemented medical side-effects.

This commit is contained in:
cib
2013-02-12 16:19:39 +01:00
parent e957db8067
commit 1648c69f9d
4 changed files with 68 additions and 0 deletions
@@ -99,6 +99,8 @@ var/const/BLOOD_VOLUME_SURVIVE = 122
handle_pain()
handle_medical_side_effects()
//Status updates, death etc.
handle_regular_status_updates() //TODO: optimise ~Carn
update_canmove()