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
This commit is contained in:
petethegoat@gmail.com
2012-01-07 16:49:20 +00:00
parent b934cf35d3
commit c5e0033a77
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -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))
+9
View File
@@ -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. -->
<b><font color='blue'>7 January 2012</font><b>
<ul>
<li><b>Donkieyo updated:</b>
<ul>
<li>You must now repair damaged plating with a welder before placing a floor tile.</li>
<li>You can now relabel canisters if they're under 1kPa.</li>
</ul>
</ul>
<b><font color='blue'>3 January 2012</font><b>
<ul>
<li><b>Erro updated:</b>