[#bugs] This is what I found (happens after trying to equip, in-game log says "You equip...

Issue #6095 on hold
Freehold Games Bot Account created an issue

Marked for crossposting by: Dij, scuttlefriend

Message (jump):

<orekushii> This is what I found (happens after trying to equip, in-game log says "You equip the Ruin of the House Isner", but it doesn't appear in the slot). Seems like something's wrong in TakenAccomplishment.Trigger - maybe Triggered is null?

public void Trigger(GameObject who) { if (!Triggered && who != null && who.IsPlayer()) { // snip - AddAccomplishment Triggered = true; } }

Comments (3)

  1. Log in to comment