mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
6 lines
323 B
Plaintext
6 lines
323 B
Plaintext
/datum/unit_test/projectile_movetypes/Run()
|
|
for(var/path in typesof(/obj/projectile))
|
|
var/obj/projectile/projectile = path
|
|
if(initial(projectile.movement_type) & PHASING)
|
|
Fail("[path] has default movement type PHASING. Piercing projectiles should be done using the projectile piercing system, not movement_types!")
|