mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 09:03:23 +01:00
Fix for cael's derp. MAKE SURE YOU TICK YER FILES.
This commit is contained in:
@@ -270,9 +270,9 @@
|
||||
new /obj/item/weapon/ore/plasma(src)
|
||||
if (src.mineralName == "Diamond")
|
||||
new /obj/item/weapon/ore/diamond(src)
|
||||
if (src.mineralName == "Archaeo" && (prob(10) || delicate) )
|
||||
// if (src.mineralName == "Archaeo" && (prob(10) || delicate) )
|
||||
//spawn strange rocks here
|
||||
new /obj/item/weapon/ore/strangerock(src)
|
||||
// new /obj/item/weapon/ore/strangerock(src)
|
||||
if (src.mineralName == "Clown")
|
||||
new /obj/item/weapon/ore/clown(src)
|
||||
if (prob(src.artifactChance))
|
||||
|
||||
Reference in New Issue
Block a user