Skip to content
Snippets Groups Projects

Image fixes.

Merged Kirsty requested to merge Kirsty/degrees-of-lewdity:sneaky/propFixes into dev
@@ -271,7 +271,7 @@ You are in the courtyard of a ruined castle. Even derelict and half-sunk, the ru
<<if _amount lt 1 or _valuable is "wallet">><<continue>><</if>>
<<set _shiny to true>>
<<capture _valuable>>
<<birdicon _valuable>><<link [["Use " + _valuable + " as bait (0:02)"|Castle]]>><<handheldon 1>><<wearProp "valuable">><<pass 2>><<set $bird.materials.valuables[_valuable]-->><<set $bird.lurkerSnareState to "ready">><</link>>
<<birdicon _valuable>><<link [["Use " + _valuable + " as bait (0:02)"|Castle]]>><<handheldon 1>><<wearProp _valuable>><<pass 2>><<set $bird.materials.valuables[_valuable]-->><<set $bird.lurkerSnareState to "ready">><</link>>
<br>
<</capture>>
<</for>>
Loading