-Removed passive throwing.

-Broadcasters, receivers and relays do not produce heat anymore.
-The station/DJ station's relays only need a single broadcaster/receiver now.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4245 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2012-07-31 08:48:21 +00:00
parent 5dbe1c2458
commit 2068182fc4
3 changed files with 23 additions and 13 deletions
+10 -4
View File
@@ -17,11 +17,17 @@
/obj/item/weapon/grab/proc/throw()
if(affecting)
var/grabee = affecting
spawn(0)
del(src)
return grabee
if(state >= 2)
var/grabee = affecting
spawn(0)
del(src)
return grabee
else
spawn(0)
del(src)
return null
else if(structure)
var/grabee = structure