tg moved projectiles out of /item, added '/item' back
This commit is contained in:
@@ -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!")
|
||||
|
||||
Reference in New Issue
Block a user