Remove datum super call

This commit is contained in:
Aronai Sieyes
2021-08-05 18:39:54 -04:00
parent b0cde399e8
commit 92ba47f73d
-1
View File
@@ -59,7 +59,6 @@ SUBSYSTEM_DEF(throwing)
var/last_move = 0
/datum/thrownthing/New(var/atom/movable/thrownthing, var/atom/target, var/range, var/speed, var/mob/thrower, var/datum/callback/callback)
..()
src.thrownthing = thrownthing
src.target = target
src.target_turf = get_turf(target)