added OpenFurniturePainter mechanic authored by Lxlp's avatar Lxlp
...@@ -42,6 +42,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They ...@@ -42,6 +42,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They
| [FurnitureRemoveAt] | Removes the Furniture at the target location | | [FurnitureRemoveAt] | Removes the Furniture at the target location |
| [FurnitureSetAt] | Sets a furniture at the target location | | [FurnitureSetAt] | Sets a furniture at the target location |
| [FurnitureState] | Sets the casting Furniture's state | | [FurnitureState] | Sets the casting Furniture's state |
| [OpenFurniturePainter] | Opens the furniture's painter for the target player |
| [PlaceFurnitureAt] | Makes the casting player place a furniture at a specific location | | [PlaceFurnitureAt] | Makes the casting player place a furniture at a specific location |
...@@ -80,6 +81,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They ...@@ -80,6 +81,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They
[FurnitureRemoveAt]: Skills/Mechanics/furnitureremoveat [FurnitureRemoveAt]: Skills/Mechanics/furnitureremoveat
[FurnitureSetAt]: Skills/Mechanics/FurnitureSetAt [FurnitureSetAt]: Skills/Mechanics/FurnitureSetAt
[FurnitureState]: /Skills/Mechanics/furniturestate [FurnitureState]: /Skills/Mechanics/furniturestate
[OpenFurniturePainter]: /Skills/Mechanics/OpenFurniturePainter
[PlaceFurnitureAt]: /Skills/Mechanics/PlaceFurnitureAt [PlaceFurnitureAt]: /Skills/Mechanics/PlaceFurnitureAt
[ConsumeAmmo]: Skills/Mechanics/ConsumeAmmo [ConsumeAmmo]: Skills/Mechanics/ConsumeAmmo
... ...
......