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 + + 3 January 2012
  • Erro updated: