mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[MIRROR] Underwear adjustment [MDB IGNORE] (#19303)
* Underwear adjustment (#73327) ## About The Pull Request Adds NO_UNDERWEAR to abductors, androids, and zombies. ## Why It's Good For The Game These wacky fellows can't show off their freaky bodies while they are wearing a tacky t-shirt. ## Changelog 🆑 itseasytosee imagedel: Android abductors and skeletons have lost all modesty and have stopped wearing underwear. /🆑 * Underwear adjustment --------- Co-authored-by: itseasytosee <55666666+itseasytosee@users.noreply.github.com>
This commit is contained in:
co-authored by
itseasytosee
parent
4f9440ecda
commit
60ab768a9b
@@ -4,6 +4,7 @@
|
||||
sexes = FALSE
|
||||
species_traits = list(
|
||||
NOEYESPRITES,
|
||||
NO_UNDERWEAR,
|
||||
)
|
||||
inherent_traits = list(
|
||||
TRAIT_NOBREATH,
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
species_traits = list(
|
||||
NO_DNA_COPY,
|
||||
NOTRANSSTING,
|
||||
NO_UNDERWEAR,
|
||||
)
|
||||
inherent_traits = list(
|
||||
TRAIT_CAN_USE_FLIGHT_POTION,
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
NOTRANSSTING,
|
||||
NOEYESPRITES,
|
||||
NO_DNA_COPY,
|
||||
NO_UNDERWEAR,
|
||||
)
|
||||
inherent_traits = list(
|
||||
TRAIT_CAN_USE_FLIGHT_POTION,
|
||||
|
||||
Reference in New Issue
Block a user