Fixes some things for away missions, and a few missions themselves

This commit is contained in:
Tastyfish
2016-03-02 04:07:01 -05:00
parent fc56227ac4
commit 5e5083ba23
12 changed files with 263 additions and 171 deletions
@@ -157,7 +157,7 @@
layer = 3
icon = 'icons/mob/blob.dmi'
icon_state = "blobpod"
var/triggerproc = "explode" //name of the proc thats called when the mine is triggered
var/triggerproc = "triggerrad1" //name of the proc thats called when the mine is triggered
var/triggered = 0
/obj/effect/meatgrinder/New()
@@ -184,11 +184,6 @@
explosion(mob, 1, 0, 0, 0)
qdel(src)
/*/obj/effect/meatgrinder
name = "Meat Grinder"
icon_state = "blob"
triggerproc = "triggerrad1"*/
/////For the Wishgranter///////////