- When the nuke disk reaches the transition edge of the map, it will now get deleted and a new one will appear at a blobstart location.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3480 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz@gmail.com
2012-04-19 02:18:19 +00:00
parent 5bb9a875da
commit af3798e8d7
+1
View File
@@ -1390,6 +1390,7 @@ turf/simulated/floor/return_siding_icon_state()
return
if(istype(A, /obj/item/weapon/disk/nuclear)) // Don't let nuke disks travel Z levels ... And moving this shit down here so it only fires when they're actually trying to change z-level.
del(A) //The disk's Del() proc ensures a new one is created
return
if(!isemptylist(A.search_contents_for(/obj/item/weapon/disk/nuclear)))