linter fix

This commit is contained in:
kevinz000
2020-04-30 17:39:30 -07:00
parent df2b622007
commit c9cd134132
4 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -60,4 +60,4 @@
throw_dir = turn(throw_dir, 180)
throw_distance *= -1
var/atom/throw_target = get_edge_target_turf(throwee, throw_dir)
throwee.safe_throw_at(throw_target, throw_distance, 1, thrower, gentle = throw_gentle)
throwee.safe_throw_at(throw_target, throw_distance, 1, thrower) //, gentle = throw_gentle)