mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
even MOAR tiny fix
adds `catalogue_data =` to each mob changed...
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user