From a62faef5bde1d19c026317324caea084fdfb785b Mon Sep 17 00:00:00 2001 From: Lucy Date: Sun, 3 Nov 2024 16:38:16 -0500 Subject: [PATCH] Fixes RPG titles alignment (#81077) (#4085) ## 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 :cl: LT3 fix: Fixed alignment of RPG titles /:cl: Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com> --- code/modules/events/wizard/rpgtitles.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/wizard/rpgtitles.dm b/code/modules/events/wizard/rpgtitles.dm index 37eae2459f62..9bb69a90f2cf 100644 --- a/code/modules/events/wizard/rpgtitles.dm +++ b/code/modules/events/wizard/rpgtitles.dm @@ -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.