mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +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/wolf,
|
||||||
/mob/living/simple_mob/animal/space/bear;0.5,
|
/mob/living/simple_mob/animal/space/bear;0.5,
|
||||||
/mob/living/simple_mob/animal/space/carp,
|
/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,
|
||||||
/mob/living/simple_mob/vore/aggressive/rat/tame,
|
/mob/living/simple_mob/vore/aggressive/rat/tame,
|
||||||
// /mob/living/simple_mob/otie;0.5
|
// /mob/living/simple_mob/otie;0.5
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
desc = "A rectangular steel crate."
|
desc = "A rectangular steel crate."
|
||||||
icon_state = "crate"
|
icon_state = "crate"
|
||||||
icon_living = "crate"
|
icon_living = "crate"
|
||||||
icon = 'icons/obj/storage.dmi'
|
icon = 'icons/obj/storage_vr.dmi'
|
||||||
|
|
||||||
faction = "mimic"
|
faction = "mimic"
|
||||||
|
|
||||||
|
|||||||
@@ -121,7 +121,7 @@
|
|||||||
health = 80 // Increase health to compensate
|
health = 80 // Increase health to compensate
|
||||||
maxHealth = 80
|
maxHealth = 80
|
||||||
*/
|
*/
|
||||||
|
/*
|
||||||
/mob/living/simple_mob/animal/space/mimic
|
/mob/living/simple_mob/animal/space/mimic
|
||||||
vore_active = 1
|
vore_active = 1
|
||||||
// NO VORE SPRITES
|
// NO VORE SPRITES
|
||||||
@@ -130,7 +130,7 @@
|
|||||||
// Overrides to non-vore version
|
// Overrides to non-vore version
|
||||||
maxHealth = 60
|
maxHealth = 60
|
||||||
health = 60
|
health = 60
|
||||||
|
*/
|
||||||
/mob/living/simple_mob/animal/passive/cat
|
/mob/living/simple_mob/animal/passive/cat
|
||||||
vore_active = 1
|
vore_active = 1
|
||||||
// NO VORE SPRITES
|
// NO VORE SPRITES
|
||||||
|
|||||||
Reference in New Issue
Block a user