chocolate slimes are devourable
also removed some unused vars in slugcat code
This commit is contained in:
@@ -38,10 +38,7 @@
|
||||
blood_volume = 0
|
||||
lighting_alpha = LIGHTING_PLANE_ALPHA_MOSTLY_VISIBLE
|
||||
initial_language_holder = /datum/language_holder/slime
|
||||
// // You are not immune to vore.
|
||||
// devourable = 1
|
||||
// digestable = 1
|
||||
// feeding = 1
|
||||
vore_flags = DEVOURABLE | DIGESTABLE | FEEDING
|
||||
|
||||
//Creambeast - basically a bit tougher mob that has feeding ranged attacks
|
||||
/mob/living/simple_animal/hostile/feed/chocolate_slime/creambeast
|
||||
|
||||
@@ -33,9 +33,7 @@
|
||||
var/held_icon = "slugcat"
|
||||
do_footstep = TRUE
|
||||
//lizard food
|
||||
devourable = 1
|
||||
digestable = 1
|
||||
feeding = 1
|
||||
vore_flags = DEVOURABLE | DIGESTABLE | FEEDING
|
||||
var/obj/item/spear/weapon
|
||||
|
||||
/mob/living/simple_animal/pet/slugcat/Initialize(mapload)
|
||||
|
||||
Reference in New Issue
Block a user