Merge pull request #20475 from optimumtact/throwat

Fix a bunch of incorrect throw_at proc definitions that caused a runtime
This commit is contained in:
AnturK
2016-09-13 15:41:00 +02:00
committed by GitHub
8 changed files with 12 additions and 11 deletions
@@ -91,7 +91,7 @@ var/const/MAX_ACTIVE_TIME = 400
return Attach(AM)
return 0
/obj/item/clothing/mask/facehugger/throw_at(atom/target, range, speed, mob/thrower, spin)
/obj/item/clothing/mask/facehugger/throw_at(atom/target, range, speed, mob/thrower, spin=1, diagonals_first = 0)
if(!..())
return
if(stat == CONSCIOUS)