diff --git a/code/modules/mob/living/simple_animal/friendly/panda.dm b/code/modules/mob/living/simple_animal/friendly/panda.dm index 7c9c9fb1a0..ef3f0c6c23 100644 --- a/code/modules/mob/living/simple_animal/friendly/panda.dm +++ b/code/modules/mob/living/simple_animal/friendly/panda.dm @@ -5,10 +5,10 @@ icon_state = "red_panda" icon_living = "red_panda" icon_dead = "dead_panda" - speak = list("Ack-Ack","Ack-Ack-Ack-Ackawoooo","Geckers","Awoo","Tchoff") - speak_emote = list("geckers", "barks") - emote_hear = list("howls.","barks.") - emote_see = list("shakes its head.", "shivers.") + speak = list("Churip","Chuuriip","Cheep-cheep","Chiteurp","squueeaacipt") + speak_emote = list("chirps", "huff-quacks") + emote_hear = list("squeak-chrips.", "huff-squacks.") + emote_see = list("shakes its head.", "rolls about.") speak_chance = 1 turns_per_move = 5 see_in_dark = 6 @@ -17,5 +17,4 @@ response_disarm = "gently pushes aside" response_harm = "kicks" gold_core_spawnable = FRIENDLY_SPAWN - do_footstep = TRUE diff --git a/icons/mob/pets.dmi b/icons/mob/pets.dmi index deb7716c28..e7444f194f 100644 Binary files a/icons/mob/pets.dmi and b/icons/mob/pets.dmi differ diff --git a/modular_citadel/code/modules/reagents/chemistry/reagents/eigentstasium.dm b/modular_citadel/code/modules/reagents/chemistry/reagents/eigentstasium.dm index e1a846e731..c4d8a225e3 100644 --- a/modular_citadel/code/modules/reagents/chemistry/reagents/eigentstasium.dm +++ b/modular_citadel/code/modules/reagents/chemistry/reagents/eigentstasium.dm @@ -40,10 +40,9 @@ //make hologram at return point Eigenstate = new(loc) - Eigenstate.add_overlay(image(M)) + Eigenstate.appearance = M.appearance Eigenstate.alpha = 170 Eigenstate.add_atom_colour("#77abff", FIXED_COLOUR_PRIORITY) - Eigenstate.dir = SOUTH Eigenstate.mouse_opacity = MOUSE_OPACITY_TRANSPARENT//So you can't click on it. Eigenstate.layer = FLY_LAYER//Above all the other objects/mobs. Or the vast majority of them. Eigenstate.setAnchored(TRUE)//So space wind cannot drag it.