Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sawu-tg/tgstation
Browse files Browse the repository at this point in the history
  • Loading branch information
sawu-tg committed Jun 26, 2016
2 parents fd21023 + 28bef92 commit 8fb6a42
Show file tree
Hide file tree
Showing 211 changed files with 22,964 additions and 210,947 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
- DM_MAPFILE="dreamstation"
- DM_MAPFILE="birdstation"
- DM_MAPFILE="efficiencystation"
- DM_MAPFILE="templates"


cache:
Expand Down Expand Up @@ -43,4 +44,4 @@ before_script:
script:
- tools/travis/check_filedirs.sh tgstation.dme
- tools/travis/build_tools.sh
- tools/travis/build_byond.sh
- tools/travis/build_byond.sh
18 changes: 18 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[Changelogs]: # (Please make a changelog if you're adding, removing or changing content that'll affect players. This includes, but is not limited to, new features, sprites, sounds; balance changes; map edits and important fixes)
[]: # (See here for how to easily make a changelog: https://github.com/tgstation/tgstation/wiki/Changelogs. An example changelog has been provided below. Please edit or remove)


:cl: optional name here
add: Added new things
add: Added more things
del: Removed old things
tweak: tweaked a few things
fix: fixed a few things
wip: added a few works in progress
soundadd: added a new sound thingy
sounddel: removed an old sound thingy
imageadd: added some icons and images
imagedel: deleted some icons and images
spellcheck: fixed a few typos
experiment: added an experimental thingy
/:cl:
3 changes: 2 additions & 1 deletion _maps/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
backup/
backup/
templates.dm
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@
},
/area/ruin/powered)
"bt" = (
/obj/structure/flora/kirbyplants,
/obj/item/weapon/twohanded/required/kirbyplants,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"g" = (
/obj/structure/reagent_dispensers/water_cooler{
name = "punch cooler";
reagent = "bacchus_blessing"
reagent_id = "bacchus_blessing"
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/wood{
Expand Down
4 changes: 2 additions & 2 deletions _maps/RandomRuins/LavaRuins/lavaland_surface_ww_vault.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"h" = (
/turf/closed/indestructible{
desc = "The patterns engraved on the wall seem to shift as you try to focus on them. You feel sick.";
icon = 'icons/turf/closed/walls/cult_wall.dmi';
icon = 'icons/turf/walls/cult_wall.dmi';
icon_state = "cult"
},
/area/ruin/powered)
Expand Down Expand Up @@ -111,7 +111,7 @@
/turf/template_noop,
/turf/closed/indestructible{
desc = "The patterns engraved on the wall seem to shift as you try to focus on them. You feel sick.";
icon = 'icons/turf/closed/walls/cult_wall.dmi';
icon = 'icons/turf/walls/cult_wall.dmi';
icon_state = "cult"
},
/area/ruin/powered)
Expand Down
Loading

0 comments on commit 8fb6a42

Please sign in to comment.