[MIRROR] GPS to tgui (#12502)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-03-09 01:31:21 +01:00
committed by GitHub
co-authored by Kashargul
parent 584d6709b9
commit 8be912b745
24 changed files with 416 additions and 415 deletions
@@ -89,7 +89,7 @@
return PAI_DEFAULT_CHASSIS
/datum/preference/text/pai_chassis/is_valid(value)
if(!(value in SSpai.get_chassis_list()))
if(!(value in SSpai.get_chassis_list()) && value != PAI_DEFAULT_CHASSIS)
return FALSE
. = ..()