diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-15 00:47:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-15 00:47:15 -0300 |
commit | 334f27d9e61a3b2d33844688d07aebae4765c96a (patch) | |
tree | d8f004337c4ab852cdc0dda3c7b5f637923e28a5 | |
parent | be8a2214ea24c38195485707385d4d96bbe1add3 (diff) | |
download | clientdata-334f27d9e61a3b2d33844688d07aebae4765c96a.tar.gz clientdata-334f27d9e61a3b2d33844688d07aebae4765c96a.tar.bz2 clientdata-334f27d9e61a3b2d33844688d07aebae4765c96a.tar.xz clientdata-334f27d9e61a3b2d33844688d07aebae4765c96a.zip |
[skip ci] no longer raise an error trying to climb stairs
-rw-r--r-- | maps/025-4.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/025-4.tmx b/maps/025-4.tmx index 17ec1e583..dc3d40e83 100644 --- a/maps/025-4.tmx +++ b/maps/025-4.tmx @@ -973,7 +973,7 @@ </object> <object id="38" name="4 Parent's Encampment" type="fixme" x="2368" y="672" width="64" height="32"/> <object id="39" name="5 Final Gift" type="fixme" x="1024" y="1312" width="32" height="32"/> - <object id="40" name="4.5 Ladder Check A" type="function" x="832" y="1792" width="32" height="32"> + <object id="40" name="4.5 Ladder Check A" type="fixme" x="832" y="1792" width="32" height="32"> <properties> <property name="args" value=""FTLadderCheck""/> <property name="callfunc" value="Exception"/> |