As usual i'm retarded and am incapable of coding properly

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5235 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2012-11-30 22:51:46 +00:00
parent dd909aa5f8
commit 92d2f44603
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
if(reagents.total_volume < 1)
user << "<span class='notice'>This pimpin' ride is out of water!</span>"
else if(istype(W, /obj/item/key))
user << "Hold [I] in one of your hands while you drive this pimpin' ride."
user << "Hold [W] in one of your hands while you drive this pimpin' ride."
return
/obj/structure/stool/bed/chair/janicart/relaymove(mob/user, direction)
@@ -98,12 +98,6 @@
/obj/structure/stool/bed/chair/office
anchored = 0
/obj/structure/stool/bed/chair/office/attackby(obj/item/I as obj, mob/user as mob)
if(istype(I, /obj/item/weapon/weldingtool))
icon = 'icons/obj/joustchair.dmi'
pixel_x = -16
pixel_y = -16
/obj/structure/stool/bed/chair/comfy/black
icon_state = "comfychair_black"