From c5e0033a773bfc2348c8383376fcb07a150dff7e Mon Sep 17 00:00:00 2001 From: "petethegoat@gmail.com" Date: Sat, 7 Jan 2012 16:49:20 +0000 Subject: [PATCH] Updated the changelog. Changed the message when you try to add a floor tile to damaged plating. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2924 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/turf.dm | 2 +- html/changelog.html | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/code/game/turf.dm b/code/game/turf.dm index 7418fb301cb..7b8d7d8a790 100644 --- a/code/game/turf.dm +++ b/code/game/turf.dm @@ -1125,7 +1125,7 @@ turf/simulated/floor/return_siding_icon_state() levelupdate() playsound(src.loc, 'Genhit.ogg', 50, 1) else - user << "\blue This section already has a tile on it. Use a crowbar to pry it off." + user << "\blue This section is too damaged to support a tile. Use a welder to fix the damage." if(istype(C, /obj/item/weapon/cable_coil)) diff --git a/html/changelog.html b/html/changelog.html index 66b0c86a315..6f9340e4aca 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -60,6 +60,15 @@ Stuff which is in development and not yet visible to players or just code relate (ie. code improvements for expandability, etc.) should not be listed here. They should be listed in the changelog upon commit tho. Thanks. --> +7 January 2012 +
    +
  • Donkieyo updated: +
      +
    • You must now repair damaged plating with a welder before placing a floor tile.
    • +
    • You can now relabel canisters if they're under 1kPa.
    • +
    +
+ 3 January 2012
  • Erro updated: