mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 16:44:33 +01: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))
|
||||
|
||||
@@ -469,8 +469,8 @@
|
||||
*/
|
||||
//talking crystals
|
||||
|
||||
// for(var/obj/item/weapon/talkingcrystal/O in view(3,src))
|
||||
// O.catchMessage(message,src)
|
||||
for(var/obj/item/weapon/talkingcrystal/O in view(3,src))
|
||||
O.catchMessage(message,src)
|
||||
|
||||
|
||||
for (var/mob/M in heard_a)
|
||||
|
||||
Reference in New Issue
Block a user