diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/space/bats.dm b/code/modules/mob/living/simple_mob/subtypes/animal/space/bats.dm
index b646861f46..5c2ad130b6 100644
--- a/code/modules/mob/living/simple_mob/subtypes/animal/space/bats.dm
+++ b/code/modules/mob/living/simple_mob/subtypes/animal/space/bats.dm
@@ -1,6 +1,6 @@
/mob/living/simple_mob/animal/space/bats
- name = "space bat swarm"
- desc = "A swarm of cute little blood sucking bats that looks pretty upset."
+ name = "razor bats"
+ desc = "A swarm of cute little blood sucking bats that look pretty upset."
tt_desc = "N Bestia gregaria" //Nispean swarm bats, because of course Nisp has swarm bats
icon = 'icons/mob/bats.dmi'
icon_state = "bat"
@@ -57,3 +57,20 @@
maxHealth = 60
health = 60
melee_damage_upper = 10
+
+/datum/category_item/catalogue/fauna/razor_bat
+ name = "Nispean Fauna - Razor Bat"
+ desc = "These sharp-toothed flying mammalian animals are adapted to the nitrous-oxide rich \
+ and hostile jungles of Nisp, and as a result are frighteningly capable of surviving in harsh, \
+ even near-airless environments. In high oxygen environments, these bats can reach the size \
+ of a human head, though they struggle to thrive in low temperatures without proper shelter.\
+
\
+ The Razor Bat is exclusively carnivorous, feeding on the blood of prey of all sizes by inflicting\
+ cuts with its eponymous razor-sharp fangs, an act which often proves fatal to smaller targets.\
+ Remarkably, the bat can survive up to a week without feeding, though underfed specimens are \
+ notoriously aggressive.\
+
\
+ With the human colonisation of Kess-Gendar, the Razor Bat gained a bad habit of stowing \
+ away undetected in the maintenance spaces of ships departing Nisp, and have become a minor\
+ invasive pest on several human worlds."
+ value = CATALOGUER_REWARD_EASY
diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/space/bear.dm b/code/modules/mob/living/simple_mob/subtypes/animal/space/bear.dm
index 5687d4be9f..c7e2a80c43 100644
--- a/code/modules/mob/living/simple_mob/subtypes/animal/space/bear.dm
+++ b/code/modules/mob/living/simple_mob/subtypes/animal/space/bear.dm
@@ -1,13 +1,13 @@
/mob/living/simple_mob/animal/space/bear
- name = "space bear"
- desc = "A product of Space Russia?"
- tt_desc = "U Ursinae aetherius" //...bearspace? Maybe.
+ name = "shimmer bear"
+ desc = "Its fur glimmers in even the slightest light."
+ tt_desc = "N Ursinae fulgeo" //bear glisten...
icon_state = "bear"
icon_living = "bear"
icon_dead = "bear_dead"
icon_gib = "bear_gib"
- faction = "russian"
+ faction = "bear"
maxHealth = 125
health = 125
@@ -43,4 +43,4 @@
set desc = "Enrage and become vastly stronger for a period of time, however you will be weaker afterwards."
set category = "Abilities"
- add_modifier(/datum/modifier/berserk, 30 SECONDS)
\ No newline at end of file
+ add_modifier(/datum/modifier/berserk, 30 SECONDS)