mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Fixes some mimic bugs
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
/mob/living/simple_mob/animal/wolf,
|
||||
/mob/living/simple_mob/animal/space/bear;0.5,
|
||||
/mob/living/simple_mob/animal/space/carp,
|
||||
/mob/living/simple_mob/animal/space/mimic,
|
||||
/mob/living/simple_mob/vore/aggressive/mimic,
|
||||
/mob/living/simple_mob/vore/aggressive/rat,
|
||||
/mob/living/simple_mob/vore/aggressive/rat/tame,
|
||||
// /mob/living/simple_mob/otie;0.5
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
desc = "A rectangular steel crate."
|
||||
icon_state = "crate"
|
||||
icon_living = "crate"
|
||||
icon = 'icons/obj/storage.dmi'
|
||||
icon = 'icons/obj/storage_vr.dmi'
|
||||
|
||||
faction = "mimic"
|
||||
|
||||
|
||||
@@ -121,7 +121,7 @@
|
||||
health = 80 // Increase health to compensate
|
||||
maxHealth = 80
|
||||
*/
|
||||
|
||||
/*
|
||||
/mob/living/simple_mob/animal/space/mimic
|
||||
vore_active = 1
|
||||
// NO VORE SPRITES
|
||||
@@ -130,7 +130,7 @@
|
||||
// Overrides to non-vore version
|
||||
maxHealth = 60
|
||||
health = 60
|
||||
|
||||
*/
|
||||
/mob/living/simple_mob/animal/passive/cat
|
||||
vore_active = 1
|
||||
// NO VORE SPRITES
|
||||
|
||||
Reference in New Issue
Block a user