Merge pull request #831 from TheFurryFeline/patch-26

Throw Spam Fix
This commit is contained in:
Razgriz
2019-10-07 04:19:13 -07:00
committed by GitHub
+1
View File
@@ -1226,6 +1226,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) //CHOMPStation Edit TFF 6/10/19 - Throw-spam with grab fix, drop when done.
src.drop_from_inventory(item)
if(!item || !isturf(item.loc))