moving along

This commit is contained in:
LetterJay
2016-07-04 01:59:35 -05:00
parent 35a1723e98
commit 62652ebf63
4 changed files with 244 additions and 21 deletions
@@ -1,6 +1,9 @@
/mob/living/
var/list/stomach_contents = list()
/mob/living/carbon
gender = MALE
var/list/stomach_contents = list()
//var/list/stomach_contents = list()
var/list/internal_organs = list() //List of /obj/item/organ in the mob. They don't go in the contents for some reason I don't want to know.
var/list/internal_organs_slot = list() //Same as above, but stores "slot ID" - "organ" pairs for easy access.