Re-adds throwing being nulled in finalize (#40006)

This commit is contained in:
Emmett Gaines
2018-08-31 14:15:14 +03:00
committed by vuonojenmustaturska
parent 22fdd10fd4
commit 0d6f0d2462
+1
View File
@@ -126,6 +126,7 @@ SUBSYSTEM_DEF(throwing)
//done throwing, either because it hit something or it finished moving
if(!thrownthing)
return
thrownthing.throwing = null
if (!hit)
for (var/thing in get_turf(thrownthing)) //looking for our target on the turf we land on.
var/atom/A = thing