I want my warcrime supply pods to work and not runtime
This commit is contained in:
DeltaFire
2020-11-14 18:00:25 +01:00
parent e8bd56a92d
commit a0fac5924f

View File

@@ -55,7 +55,7 @@
var/mob/living/shooter
/datum/component/pellet_cloud/Initialize(projectile_type=/obj/item/shrapnel, magnitude=5)
if(!isammocasing(parent) && !isgrenade(parent) && !islandmine(parent))
if(!isammocasing(parent) && !isgrenade(parent) && !islandmine(parent) && !issupplypod(parent))
return COMPONENT_INCOMPATIBLE
if(magnitude < 1)