chocolate slimes are devourable

also removed some unused vars in slugcat code
This commit is contained in:
evilew
2024-12-28 11:56:02 +01:00
parent d1be07f437
commit 49c4f19b06
2 changed files with 2 additions and 7 deletions
+1 -4
View File
@@ -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
+1 -3
View File
@@ -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)