WIP Event ship and smaller shuttle

WIP on Virgo-2.dmm, Joan must help finish it :O
This commit is contained in:
Arokha Sieyes
2017-03-08 17:57:29 -05:00
parent eb48844c5d
commit 80e513657c
5 changed files with 520 additions and 128 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
///////////////////// Mob Living /////////////////////
/mob/living
var/digestable = 1 // Can the mob be digested inside a belly?
var/datum/belly/vore_selected // Default to no vore capability.
var/vore_selected // Default to no vore capability.
var/list/vore_organs = list() // List of vore containers inside a mob
var/absorbed = 0 // If a mob is absorbed into another
var/weight = 137 // Weight for mobs for weightgain system