even MOAR tiny fix

adds `catalogue_data =` to each mob changed...
This commit is contained in:
klaasjared
2021-04-27 13:07:36 -04:00
parent b1a19a8a0c
commit 6471e1e650
3 changed files with 4 additions and 1 deletions
@@ -19,6 +19,7 @@
name = "deathclaw"
desc = "Big! Big! The size of three men! Claws as long as my forearm! Ripped apart! Ripped apart!"
tt_desc = "Trioceros dominus"
catalogue_data = list(/datum/category_item/catalogue/fauna/deathclaw)
icon_dead = "deathclaw-dead"
icon_living = "deathclaw"
@@ -23,6 +23,7 @@
name = "fennec" //why isn't this in the fox file, fennecs are foxes silly.
desc = "It's a dusty big-eared sandfox! Adorable!"
tt_desc = "Vulpes zerda"
catalogue_data = list(/datum/category_item/catalogue/fauna/fennec)
icon_state = "fennec"
icon_living = "fennec"
@@ -1,4 +1,4 @@
datum/category_item/catalogue/fauna/frog
/datum/category_item/catalogue/fauna/frog
name = "Wildlife - Giant Frog"
desc = "Classification: Anura gigantus\
<br><br>\
@@ -21,6 +21,7 @@ datum/category_item/catalogue/fauna/frog
name = "giant frog"
desc = "You've heard of having a frog in your throat, now get ready for the reverse."
tt_desc = "Anura gigantus"
catalogue_data = list(/datum/category_item/catalogue/fauna/frog)
icon_dead = "frog-dead"
icon_living = "frog"