Two tiny fixes, before I forget.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3955 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2012-07-01 00:40:10 +00:00
parent 5a73ff504c
commit bbf978d3cd
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
else if(down)
user.visible_message("<span class='notice'>[user] climbs down \the [src]!</span>", \
"<span class='notice'>You climb up \the [src]!</span>")
"<span class='notice'>You climb down \the [src]!</span>")
user.loc = get_turf(down)
down.add_fingerprint(user)
+1
View File
@@ -135,6 +135,7 @@
icon = 'watercloset.dmi'
icon_state = "mist"
layer = MOB_LAYER + 1
anchored = 1
mouse_opacity = 0
/obj/machinery/shower/attack_hand(mob/M as mob)