Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lootbox item was a massive error and didnt even tell me what i got #816

Closed
MonkestationIssueBot opened this issue Dec 29, 2023 · 6 comments

Comments

@MonkestationIssueBot
Copy link

MonkestationIssueBot commented Dec 29, 2023

Reporting client info: Client Information:
BYOND:514.1589
Key:darknesszin

Round ID:

3101

Testmerges:

Reproduction:

yeah basically i opened a lootbox and the loot icon was an error and it didnt give me a message of the name of the item

@DexeeXI
Copy link
Collaborator

DexeeXI commented Dec 29, 2023

Per the admin log:

[2023-12-29 05:03:40.974] GAME: darknesszin opened a lootbox and recieved Loadout Item glasses!

@DexeeXI
Copy link
Collaborator

DexeeXI commented Dec 29, 2023

image
Loadout item Glasses is this.

@DexeeXI
Copy link
Collaborator

DexeeXI commented Dec 29, 2023

Loadout item Glasses is /obj/item/clothing/glasses/regular

But they may have had the display of /obj/item/clothing/glasses

@DexeeXI
Copy link
Collaborator

DexeeXI commented Dec 29, 2023

No associated runtimes.

@DexeeXI
Copy link
Collaborator

DexeeXI commented Dec 29, 2023

glasses.dm under monkestation/code/modules/loadouts/items/ shows:

/datum/loadout_item/glasses/prescription_glasses
name = "Glasses"
item_path = /obj/item/clothing/glasses/regular
additional_tooltip_contents = list("PRESCRIPTION - This item functions with the 'nearsighted' quirk.")

monkestation/code/modules/store/store_items/glasses.dm:6

/datum/store_item/glasses/prescription_glasses
name = "Glasses"
item_path = /obj/item/clothing/glasses/regular
item_cost = 3000

@DexeeXI
Copy link
Collaborator

DexeeXI commented Dec 29, 2023

final item received was an eyepatch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants