Merge pull request #1135 from VOREStation/aro-adminbus

WIP Event ship and smaller shuttle
This commit is contained in:
Arokha Sieyes
2017-03-08 18:28:55 -05:00
committed by GitHub
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