Fix for cael's derp. MAKE SURE YOU TICK YER FILES.

This commit is contained in:
SkyMarshal
2012-06-21 18:10:15 -07:00
parent 800c4a406a
commit dba2b81756
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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))
+2 -2
View File
@@ -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)