Finalized Gamma Armory

This commit is contained in:
ZomgPonies
2013-11-28 04:21:32 -05:00
parent f0500437cd
commit 51691472f8
3 changed files with 11605 additions and 11597 deletions
@@ -8,7 +8,7 @@
/obj/item/weapon/plastique/afterattack(atom/target as obj|turf, mob/user as mob, flag)
if (!flag)
return
if (istype(target, /turf/unsimulated) || istype(target, /turf/simulated/shuttle) || istype(target, /obj/item/weapon/storage/))
if (istype(target, /turf/unsimulated) || istype(target, /turf/simulated/shuttle) || istype(target, /obj/item/weapon/storage/) || istype(target, /obj/machinery/door/airlock/hatch/gamma))
return
user << "Planting explosives..."
if(ismob(target))