F-tier source to replace my "I made it up" source

This commit is contained in:
Bishop 2026-08-01 14:11:49 -05:00
parent 59159111cf
commit d881a70edf

View file

@ -27,7 +27,7 @@ class EaselListener : InteractionListener {
private fun checkRequirements(player: Player, product: HeraldicProduct) : Boolean {
when {
(!getAttribute(player, SirReniteeDialogueFile.ATTRIBUTE_CREST, false) || player.houseManager.crest == CrestType.NULL) -> {
sendDialogue(player, "You need a crest to make heraldic items.") // Placeholder
sendDialogueLines(player, "You must speak to the chief herald of Falador before you can make", "heraldic items.") // OSRS
return false
}
(!inInventory(player, product.primaryMaterialId)) -> {