Skip to content

Commit

Permalink
Remove glue requirement from prescription HUDs and departamental glas…
Browse files Browse the repository at this point in the history
…ses (#2629)

Space glue as-is is a somewhat rare item in the game, and locking
one of the basic visual cues and protective equipment for security
or medical behind obtaining this rare item is somewhat annoying, as
in the best case scenario, it amounts to a chore to get a cheap purchase from logi,
and in the worst case scenario, you aren't going to have that important equipment
without sacrificing your vision for the entire shift.

This doesn't produce particularly engaging gameplay in either scenario.

Via the principle of less is more, it follows that removing glue from
the recipe construction makes sense, instead of adding more ways to get
glue in order to handle this one specific scenario.
  • Loading branch information
sowelipililimute authored Jan 28, 2025
1 parent 71228bb commit 32fe357
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
- material: Cable
amount: 5
doAfter: 5
- tag: DrinkSpaceGlue
name: space glue
icon:
sprite: Objects/Consumable/Drinks/glue-tube.rsi
state: icon
doAfter: 5
- node: prescsecglasses
entity: ClothingEyesPrescriptionSecurityGlasses

Expand All @@ -53,11 +47,5 @@
- material: Cable
amount: 5
doAfter: 5
- tag: DrinkSpaceGlue
name: space glue
icon:
sprite: Objects/Consumable/Drinks/glue-tube.rsi
state: icon
doAfter: 5
- node: presccorpsglasses
entity: ClothingEyesPrescriptionCorpsmanGlasses
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
- material: Cable
amount: 5
doAfter: 5
- tag: DrinkSpaceGlue
name: space glue
icon:
sprite: Objects/Consumable/Drinks/glue-tube.rsi
state: icon
doAfter: 5
- node: prescmedhud
entity: ClothingEyesPrescriptionMedHud

Expand All @@ -53,11 +47,5 @@
- material: Cable
amount: 5
doAfter: 5
- tag: DrinkSpaceGlue
name: space glue
icon:
sprite: Objects/Consumable/Drinks/glue-tube.rsi
state: icon
doAfter: 5
- node: prescsechud
entity: ClothingEyesPrescriptionHudSecurity

0 comments on commit 32fe357

Please sign in to comment.