mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
use ABSTRACT_TYPE_DESC in more places (#31409)
* use ABSTRACT_TYPE_DESC in more places * fix lint * fix fucking everything else * there was more * fix meta and dgl review * fix lint
This commit is contained in:
@@ -17,7 +17,7 @@ RESTRICT_TYPE(/mob/living/basic)
|
||||
/// code.
|
||||
/mob/living/basic
|
||||
name = "basic mob"
|
||||
desc = "If you can see this, make an issue report on GitHub."
|
||||
desc = ABSTRACT_TYPE_DESC
|
||||
healable = TRUE
|
||||
icon = 'icons/mob/animal.dmi'
|
||||
hud_type = /datum/hud/simple_animal
|
||||
|
||||
Reference in New Issue
Block a user