mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
WIP Event ship and smaller shuttle
WIP on Virgo-2.dmm, Joan must help finish it :O
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user