- Office chairs are now unanchored and can be pulled around, even when there is someone on them, making them the perfect prisoner transport vehicle~

- The extinguisher will now tell you when it's empty
- Office chairs and extinguishers.... OH HOW COULD I RESIST. Yes, you can have extinguisher derby races with office chairs :)

(Shame there are currently no office chairs on the map)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3615 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2012-05-19 00:01:04 +00:00
parent c61ddfd74f
commit db3c2d3771
3 changed files with 34 additions and 1 deletions
+2 -1
View File
@@ -111,7 +111,8 @@
return
/obj/structure/stool/bed/chair/New()
src.verbs -= /atom/movable/verb/pull
if(anchored)
src.verbs -= /atom/movable/verb/pull
if(src.dir == NORTH)
src.layer = FLY_LAYER
..()