mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 18:33:36 +00:00
e
I want my warcrime supply pods to work and not runtime
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
var/mob/living/shooter
|
var/mob/living/shooter
|
||||||
|
|
||||||
/datum/component/pellet_cloud/Initialize(projectile_type=/obj/item/shrapnel, magnitude=5)
|
/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
|
return COMPONENT_INCOMPATIBLE
|
||||||
|
|
||||||
if(magnitude < 1)
|
if(magnitude < 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user