slimes are monchable (by christiancabbalahexpert)

nuff said
This commit is contained in:
evilew
2023-10-15 11:52:30 +02:00
parent a59a79678d
commit e0607d8f73
2 changed files with 9 additions and 1 deletions
+4 -1
View File
@@ -43,7 +43,10 @@
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
//Creambeast - basically a bit tougher mob that has feeding ranged attacks
/mob/living/simple_animal/hostile/feed/chocolate_slime/creambeast
@@ -35,6 +35,11 @@
verb_exclaim = "loudly blorbles"
verb_yell = "loudly blorbles"
// GS13 modification to make the funy jelly edible
devourable = 1
digestable = 1
feeding = 1
// canstun and canknockdown don't affect slimes because they ignore stun and knockdown variables
// for the sake of cleanliness, though, here they are.
status_flags = CANUNCONSCIOUS|CANPUSH