mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-18 19:53:00 +01:00
Merge pull request #6463 from Heroman3003/grabfix
Fixes grab having big delay on deletion after throws
This commit is contained in:
@@ -1222,6 +1222,7 @@ default behaviour is:
|
||||
var/turf/end_T = get_turf(target)
|
||||
if(end_T)
|
||||
add_attack_logs(src,M,"Thrown via grab to [end_T.x],[end_T.y],[end_T.z]")
|
||||
src.drop_from_inventory(G)
|
||||
|
||||
src.drop_from_inventory(item)
|
||||
if(!item || !isturf(item.loc))
|
||||
|
||||
Reference in New Issue
Block a user