[MIRROR] move fbp to defines (#11332)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: C.L. <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-06 20:39:48 -07:00
committed by GitHub
parent 43253a58b8
commit 345661ed8a
12 changed files with 42 additions and 37 deletions
@@ -243,11 +243,11 @@
return 0 // Not a robot.
if(O_BRAIN in pref.organ_data)
switch(pref.organ_data[O_BRAIN])
if("assisted")
if(FBP_ASSISTED)
return PREF_FBP_CYBORG
if("mechanical")
if(FBP_MECHANICAL)
return PREF_FBP_POSI
if("digital")
if(FBP_DIGITAL)
return PREF_FBP_SOFTWARE
return 0 //Something went wrong!