Skip to content
Permalink
Browse files

Update map.h

adds place_cooler
  • Loading branch information...
IOSYN
IOSYN committed Feb 25, 2014
1 parent 49f3307 commit c634edc86f935bfcf5441989b8e587260ae7c1d4
Showing with 1 addition and 0 deletions.
  1. +1 −0 src/map.h
@@ -404,6 +404,7 @@ void add_corpse(int x, int y);
const int x1, const int y1, const int x2, const int y2, const float density);
void place_gas_pump(const int x, const int y, const int charges);
void place_toilet(const int x, const int y, const int charges = 6 * 4); // 6 liters at 250 ml per charge
void place_cooler(const int x, const int y, const int charges = 8 * 4);
void place_vending(int x, int y, std::string type);
int place_items(items_location loc, const int chance, const int x1, const int y1,
const int x2, const int y2, bool ongrass, const int turn, bool rand = true);

0 comments on commit c634edc

Please sign in to comment.
You can’t perform that action at this time.