mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-01 14:39:13 -06:00
F-tier source to replace my "I made it up" source
This commit is contained in:
parent
59159111cf
commit
d881a70edf
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue