Skip to content

Commit

Permalink
Updates travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Kearel committed Jun 20, 2016
1 parent 05c2b19 commit d189508
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ sudo: false

env:
global:
BYOND_MAJOR="509"
BYOND_MINOR="1318"
BYOND_MAJOR="510"
BYOND_MINOR="1346"
MACRO_COUNT=936
NODE_VERSION="4"

Expand Down
4 changes: 4 additions & 0 deletions code/modules/item_worth/worths_list.dm
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//Negative values indicate that instances of these types should use the Value proc
//Mainly used so that stuff inside them can also add to their value, and other things like material,
//stuff like that.

var/list/worths = list(
//REAGENT CONTAINERS
/obj/item/weapon/reagent_containers/hypospray = -90,
Expand Down

0 comments on commit d189508

Please sign in to comment.