hash browns

This commit is contained in:
Letter N
2020-12-29 11:20:26 +08:00
parent f28363ae56
commit 23a7d8777d
4 changed files with 38 additions and 13 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/datum/unit_test/projectile_movetypes/Run()
for(var/path in typesof(/obj/projectile))
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!")