Skip to content

Commit

Permalink
Update Warrior.dm
Browse files Browse the repository at this point in the history
warrior no longer randomly changes blood type
  • Loading branch information
Weuyn authored Jan 10, 2025
1 parent bf490e8 commit c0f78d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/castes/Warrior.dm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
icon = 'icons/mob/xenos/castes/tier_2/warrior.dmi'
icon_size = 64
icon_state = "Warrior Walking"
plasma_types = list(PLASMA_CATECHOLAMINE)
plasma_types = list(PLASMA_CHITIN)
pixel_x = -16
old_x = -16
tier = 2
Expand Down

0 comments on commit c0f78d4

Please sign in to comment.