mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-06-09 08:02:51 +01:00
6 lines
328 B
Plaintext
6 lines
328 B
Plaintext
/datum/unit_test/projectile_movetypes/Run()
|
|
for(var/path in typesof(/obj/item/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!")
|