mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 07:03:30 +01:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user