mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
readded missing file. somehow it unticked during a merge and didn't get pushed?
Signed-off-by: caelaislinn <cael_aislinn@yahoo.com.au>
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