Minor changes:

- THE HULK CAN BREAK THESSSEE... CUFFSS... NAAAAAAUURRRRRRRRRGHHHHHHHHHHHHHHHH!!!!!!
     - Tables are no longer effected by magnitis. Because it's damn stupid.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1840 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
vageyenaman@gmail.com
2011-07-12 21:55:21 +00:00
parent ecb5c6d65c
commit ccb08dbc72
3 changed files with 6 additions and 1 deletions
+4
View File
@@ -26,6 +26,10 @@ TABLE AND RACK OBJECT INTERATIONS
/obj/table/blob_act()
if(prob(75))
if(istype(src, /obj/table/woodentable))
new /obj/item/weapon/table_parts/wood( src.loc )
del(src)
new /obj/item/weapon/table_parts( src.loc )
del(src)