Skip to content

Commit

Permalink
Added 2 50ct coins in the cafeteria
Browse files Browse the repository at this point in the history
  • Loading branch information
ENDSHN committed Aug 5, 2018
1 parent f4ef56e commit c6d2a7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MapSystem.bb
Original file line number Diff line number Diff line change
Expand Up @@ -2931,6 +2931,11 @@ Function FillRoom(r.Rooms)

it = CreateItem("Empty Cup", "emptycup", r\x-540*RoomScale, -187*RoomScale, r\z+124.0*RoomScale)
EntityParent(it\collider, r\obj)

it = CreateItem("50 Cent Coin", "50ct", r\x-447.0*RoomScale, r\y-334.0*RoomScale, r\z+36.0*RoomScale)
EntityParent(it\collider, r\obj)
it = CreateItem("50 Cent Coin", "50ct", r\x+1409.0*RoomScale, r\y-334.0*RoomScale, r\z-732.0*RoomScale)
EntityParent(it\collider, r\obj)
;[End Block]
Case "room2nuke"
;[Block]
Expand Down

0 comments on commit c6d2a7c

Please sign in to comment.