Skip to content

Commit

Permalink
Fixes Synth Bodyparts Staying Inside Prefs Previews (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
RimiNosha authored Jan 2, 2024
1 parent 991eec6 commit 52a0af5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions code/modules/surgery/bodyparts/robot_bodyparts.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
is_dimorphic = FALSE
should_draw_greyscale = FALSE
bodytype = BODYTYPE_HUMANOID | BODYTYPE_ROBOTIC
change_exempt_flags = BP_BLOCK_CHANGE_SPECIES
dmg_overlay_type = "robotic"

brute_reduction = 5
Expand Down Expand Up @@ -55,7 +54,6 @@
is_dimorphic = FALSE
should_draw_greyscale = FALSE
bodytype = BODYTYPE_HUMANOID | BODYTYPE_ROBOTIC
change_exempt_flags = BP_BLOCK_CHANGE_SPECIES
dmg_overlay_type = "robotic"

brute_reduction = 5
Expand Down Expand Up @@ -88,7 +86,7 @@
is_dimorphic = FALSE
should_draw_greyscale = FALSE
bodytype = BODYTYPE_HUMANOID | BODYTYPE_ROBOTIC
change_exempt_flags = BP_BLOCK_CHANGE_SPECIES

dmg_overlay_type = "robotic"

brute_reduction = 5
Expand Down Expand Up @@ -130,7 +128,6 @@
is_dimorphic = FALSE
should_draw_greyscale = FALSE
bodytype = BODYTYPE_HUMANOID | BODYTYPE_ROBOTIC
change_exempt_flags = BP_BLOCK_CHANGE_SPECIES
dmg_overlay_type = "robotic"

brute_reduction = 5
Expand Down Expand Up @@ -171,7 +168,6 @@
is_dimorphic = FALSE
should_draw_greyscale = FALSE
bodytype = BODYTYPE_HUMANOID | BODYTYPE_ROBOTIC
change_exempt_flags = BP_BLOCK_CHANGE_SPECIES
dmg_overlay_type = "robotic"

brute_reduction = 5
Expand Down Expand Up @@ -298,7 +294,6 @@
is_dimorphic = FALSE
should_draw_greyscale = FALSE
bodytype = BODYTYPE_HUMANOID | BODYTYPE_ROBOTIC
change_exempt_flags = BP_BLOCK_CHANGE_SPECIES
dmg_overlay_type = "robotic"

brute_reduction = 5
Expand Down

0 comments on commit 52a0af5

Please sign in to comment.