Skip to content

Commit

Permalink
Lets zombie players choose their gender (Bubberstation#2038)
Browse files Browse the repository at this point in the history
## About The Pull Request

Why the hell was this set to false?! Anyway, just a simple fix to allow
zombie players pick their gender without having to jump through hoops.

## Why It's Good For The Game

Lets zombie players play the gender they want to play.

## Proof Of Testing

Works flawlessly locally.

## Changelog

:cl:
fix: lets zombies be gendered
/:cl:
  • Loading branch information
plsleavemealon authored Sep 4, 2024
1 parent 2e88128 commit 3dea42e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// 1spooky
name = "High-Functioning Zombie"
id = SPECIES_ZOMBIE
sexes = FALSE
sexes = TRUE //BUBBER EDIT - WHY THE HELL WAS THIS SET TO FALSE???
meat = /obj/item/food/meat/slab/human/mutant/zombie
mutanttongue = /obj/item/organ/internal/tongue/zombie
inherent_traits = list(
Expand Down

0 comments on commit 3dea42e

Please sign in to comment.