Update ores_coins.dm

This commit is contained in:
kevinz000
2017-06-07 16:12:24 -07:00
committed by GitHub
parent 365330c9e6
commit aedc90be50
+3 -3
View File
@@ -274,11 +274,11 @@
if(primed)
switch(quality)
if(GIBTONITE_QUALITY_HIGH)
explosion(src.loc,2,4,9,adminlog = notify_admins)
explosion(src,2,4,9,adminlog = notify_admins)
if(GIBTONITE_QUALITY_MEDIUM)
explosion(src.loc,1,2,5,adminlog = notify_admins)
explosion(src,1,2,5,adminlog = notify_admins)
if(GIBTONITE_QUALITY_LOW)
explosion(src.loc,0,1,3,adminlog = notify_admins)
explosion(src,0,1,3,adminlog = notify_admins)
qdel(src)
/obj/item/weapon/ore/Initialize()