mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-20 12:44:04 +01:00
[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:
committed by
GitHub
parent
43253a58b8
commit
345661ed8a
@@ -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!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user