Skip to content

Commit

Permalink
[MIRROR] Adds basic mobs to "fancy types" (spawn atom window type-sho…
Browse files Browse the repository at this point in the history
…rtener) [MDB IGNORE] (#1100)

* Adds basic mobs to "fancy types" (spawn atom window type-shortener) (#80192)

---------

Co-authored-by: SkyratBot <[email protected]>
Co-authored-by: san7890 <[email protected]>
  • Loading branch information
3 people authored Dec 14, 2023
1 parent 18a3630 commit 24c6fb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/__HELPERS/type_processing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@
/turf = "T",
/mob/living/carbon = "CARBON",
/mob/living/simple_animal = "SIMPLE",
/mob/living/basic = "BASIC",
/mob/living = "LIVING",
/mob = "M"
/mob = "M",
)
for (var/tn in TYPES_SHORTCUTS)
if(copytext(typename, 1, length("[tn]/") + 1) == "[tn]/" /*findtextEx(typename,"[tn]/",1,2)*/ )
Expand Down

0 comments on commit 24c6fb2

Please sign in to comment.