Moved surgery from WIP to modules, since it's not really that WIP anymore.

Split one huge file into several smaller ones for readability.
This commit is contained in:
Chinsky
2013-01-13 02:11:06 +04:00
parent f22749df04
commit 3447c61e49
15 changed files with 1347 additions and 1323 deletions
@@ -1,12 +1,6 @@
/mob/living/carbon/
gender = MALE
var/list/stomach_contents = list()
var/brain_op_stage = 0.0
var/ribcage_op_stage = 0
/*
var/eye_op_stage = 0.0
var/appendix_op_stage = 0.0
*/
var/datum/disease2/disease/virus2 = null
var/list/datum/disease2/disease/resistances2 = list()
@@ -22,3 +16,6 @@
var/number_wounds = 0
var/obj/item/handcuffed = null //Whether or not the mob is handcuffed
var/obj/item/legcuffed = null //Same as handcuffs but for legs. Bear traps use this.
//Surgery info
var/brain_op_stage = 0.0
var/datum/surgery_status/op_stage = new/datum/surgery_status