makes machineguns pass their users to their fire helpers instead of the floor (#1256)

This commit is contained in:
CitadelStationBot
2017-06-02 23:46:15 -05:00
committed by kevinz000
parent b85384c0ad
commit 2dc13e6242

View File

@@ -1102,4 +1102,4 @@
if(target == user || target == get_turf(src))
return
target_turf = get_turf(target)
fire_helper(target_turf)
fire_helper(user)