File size: 224 Bytes
87b3b3a
 
 
 
 
 
1
2
3
4
5
6
7
# darkAlley.md
## kedilayanaveen10: Be invincible!
Place the gun right beside you, pick it up and go right through the thugs.
```javascript
map.placeObject(map.getPlayer().getX()-1, map.getPlayer().getY(), 'goldengun');
```