move all EOL comments on typepath names to dmdoc (#23928)

* move all EOL comments on typepath names to dmdoc

* Apply suggestions from code review

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>

---------

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
warriorstar-orion
2024-03-01 20:05:49 +00:00
committed by GitHub
co-authored by Luc S34N
parent 25996e232a
commit 0667f20681
211 changed files with 955 additions and 478 deletions
@@ -3,7 +3,8 @@
species_allowed = list("Unathi")
glasses_over = 1
/datum/sprite_accessory/hair/braid_hip_una // Future coder: Change the typepath under unathi. This is a legacy of my accessories splitting PR where typepath change is avoided at all cost
// Future coder: Change the typepath under unathi. This is a legacy of my accessories splitting PR where typepath change is avoided at all cost
/datum/sprite_accessory/hair/braid_hip_una
icon = 'icons/mob/sprite_accessories/unathi/unathi_hair.dmi'
name = "Unathi Hippie Braid"
icon_state = "hipbraid"
@@ -20,16 +20,19 @@
icon_state = "lowersnout"
heads_allowed = list("All")
/datum/sprite_accessory/body_markings/head/unathi/banded_una //Companion marking for Unathi Banded.
/// Companion marking for Unathi Banded.
/datum/sprite_accessory/body_markings/head/unathi/banded_una
name = "Unathi Banded Head"
icon_state = "bandedface"
heads_allowed = list("All")
/datum/sprite_accessory/body_markings/head/unathi/snout_narrow_una //Companion marking for Unathi Narrow Belly.
/// Companion marking for Unathi Narrow Belly.
/datum/sprite_accessory/body_markings/head/unathi/snout_narrow_una
name = "Unathi Snout 2"
icon_state = "facenarrow"
/datum/sprite_accessory/body_markings/head/unathi/points_una //Companion marking for Unathi Points.
/// Companion marking for Unathi Points.
/datum/sprite_accessory/body_markings/head/unathi/points_una
name = "Unathi Points Head"
icon_state = "pointsface"
heads_allowed = list("All")
@@ -45,6 +48,7 @@
name = "Unathi Sharp Snout"
icon_state = "snoutsharp"
/datum/sprite_accessory/body_markings/head/unathi/sharp/snout_narrow_una_sharp //Companion marking for Unathi Narrow Belly.
/// Companion marking for Unathi Narrow Belly.
/datum/sprite_accessory/body_markings/head/unathi/sharp/snout_narrow_una_sharp
name = "Unathi Sharp Snout 2"
icon_state = "facesharp"