tg moved projectiles out of /item, added '/item' back

This commit is contained in:
Solaris-Shade
2022-03-06 16:29:58 -05:00
parent 2fdb70b2b9
commit c5be81c589
7 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/datum/unit_test/projectile_movetypes/Run()
for(var/path in typesof(/obj/item/projectile))
var/obj/projectile/projectile = path
var/obj/item/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!")