mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Re-adds throwing being nulled in finalize (#40006)
This commit is contained in:
committed by
yogstation13-bot
parent
bdd226e209
commit
826bb20e47
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user