mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Refactors throwing (#25946)
* refactors datum/thrownthing * cleanup * lewc review * calling parent doesn't do anything lmao
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
if(isprojectile(mover))
|
||||
return projectile_hit_check(mover)
|
||||
if(mover.throwing)
|
||||
return (!density || horizontal || (mover.throwing.thrower == src))
|
||||
return (!density || horizontal || (mover.throwing?.get_thrower() == src))
|
||||
if(mover.checkpass(PASSMOB))
|
||||
return 1
|
||||
if(buckled == mover)
|
||||
|
||||
Reference in New Issue
Block a user