Fixes RPG titles alignment (#81077)

## About The Pull Request

Fixes https://github.com/tgstation/tgstation/issues/81013 RPG titles
having incorrect alignment


![image](https://github.com/tgstation/tgstation/assets/83487515/3be96289-f74a-4463-9e68-69cc450110ed)

## Changelog

🆑 LT3
fix: Fixed alignment of RPG titles
/🆑
This commit is contained in:
lessthanthree
2024-01-24 18:47:10 -07:00
committed by GitHub
parent 89fe589433
commit afe30a4668
+1 -1
View File
@@ -43,7 +43,7 @@ GLOBAL_DATUM(rpgtitle_controller, /datum/rpgtitle_controller)
//we must prepare for the mother of all strings
new_crewmember.maptext_height = max(new_crewmember.maptext_height, 32)
new_crewmember.maptext_width = max(new_crewmember.maptext_width, 112)
new_crewmember.maptext_x = -24 - new_crewmember.base_pixel_x
new_crewmember.maptext_x = -38 - new_crewmember.base_pixel_x
new_crewmember.maptext_y = -32
//list of lists involving strings related to a biotype flag, their position in the list equal to the position they were defined as bitflags.