Goob-Station / Goob-Station

Wizden, but more random.
https://goobstation.com/
MIT License
16 stars 39 forks source link

Can't eat while wearing skull bandana #375

Open Hamblinius opened 1 week ago

Hamblinius commented 1 week ago

Description

As the title says, you can't eat while wearing the skull bandana and get a prompt to remove it before being able to eat.

Reproduction

  1. Exist on Goob
  2. Wear skull bandana
  3. Try to eat

Screenshots

Additional context I'm too lazy to PR it myself pls fix :)

Hamblinius commented 1 week ago

Oh by the way I checked other bandanas it's just the skull one.

a-person5660 commented 1 week ago

the botany bandana also does this

jorgun commented 1 week ago

base bandana has - type: IngestionBlocker this shud be a problem whit all bandanas as they all have the same base. this shud only be a problem when it is folded

skullbandana contains no code indicating any diffrenece from sey red bandana, they shud be the same. other then sprite

- type: entity
  parent: ClothingMaskBandanaBase
  id: ClothingMaskBandSkull
  name: skull bandana
  description: A bandana with a skull to make you look even cooler.
  components:
  - type: Sprite
    sprite: Clothing/Head/Bandanas/skull.rsi
  - type: Clothing
    sprite: Clothing/Head/Bandanas/skull.rsi

not abel to reproduce bug in dev enviroment

a-person5660 commented 1 week ago

also this is probably a bug from wizden, you should make the bug report there instead of here.