Commiting for the night, in case KGB steals my laptop.

Pretty much finished surgery system.
-working appendectomy, bone surgery, eye surgery, face surgery, brain surgery (humans only) and metroid core surgery.

-moved operation stages tracking vars to one op_stage datum. Left brain opstage var alone because way too many things reference it.

-added bone gel and bone setter.

-added check for surgery tools, so new doctors won't beat shit out of patients on optable too often.

-pretty much emptied surgery_tols.dm, it was unneeded by this point.

Still need to test it more, slap sanity checks everyfuckingwhere.
Also more literate messages written with help of trained monkey (faux).
This commit is contained in:
Chinsky
2012-10-14 02:15:23 +04:00
parent 341275fa69
commit c3b53af100
7 changed files with 441 additions and 648 deletions
@@ -1,11 +1,11 @@
/mob/living/carbon/
gender = MALE
var/list/stomach_contents = list()
var/brain_op_stage = 0.0
/*
var/eye_op_stage = 0.0
var/appendix_op_stage = 0.0
*/
var/antibodies = 0
var/silent = null //Can't talk. Value goes down every life proc.