Adds Missing Diona Nymph Description (#15566)

This commit is contained in:
SleepyGemmy
2023-01-14 13:04:01 +01:00
committed by GitHub
parent 1e0c02b9d9
commit c6909a8664
2 changed files with 7 additions and 0 deletions
@@ -11,6 +11,7 @@
eat_types = 0 //This is a bitfield which must be initialised in New(). The valid values for it are in devour.dm
composition_reagent = /singleton/reagent/nutriment //Dionae are plants, so eating them doesn't give animal protein
name = "diona nymph"
desc = "A diona nymph."
voice_name = "diona nymph"
accent = ACCENT_ROOTSONG
adult_form = /mob/living/carbon/human/diona/coeus
+6
View File
@@ -0,0 +1,6 @@
author: SleepyGemmy
delete-after: True
changes:
- bugfix: "Fixes diona nymphs not having a description."