Skip to content

Commit

Permalink
Merge pull request #14 from CleverRaven/master
Browse files Browse the repository at this point in the history
Update #14
  • Loading branch information
Xenomorph-III authored Jul 2, 2020
2 parents b332d24 + 43fc2d0 commit 85f863c
Show file tree
Hide file tree
Showing 592 changed files with 63,198 additions and 22,822 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ set(PREFIX "" CACHE STRING "Location of Data & GFX directories")
include(CTest)

include(GetGitRevisionDescription)
git_describe(GIT_VERSION)
git_describe(GIT_VERSION --tags --always --match "[0-9A-Z]*.[0-9A-Z]*")

MESSAGE("\n * Cataclysm: Dark Days Ahead is a turn-based survival game set in a post-apocalyptic world.")
MESSAGE(" _________ __ .__ ")
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/validate_pr_in_jenkins
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

if [ -z "$ghprbPullId" ]; then exit 0; fi

Expand Down
4 changes: 2 additions & 2 deletions data/core/basic.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"category": "food",
"name": { "str_sp": "water" },
"description": "Water, the stuff of life, the best thirst-quencher available. It would be safer to drink once purified.",
"weight": 250,
"volume": 1,
"weight": "250 g",
"volume": "250 ml",
"price": 50,
"symbol": "~",
"color": "light_blue",
Expand Down
Loading

0 comments on commit 85f863c

Please sign in to comment.