Some bugfixes and tweaks. I mostly just made the intellicards and freeform modules give less research.

Fixed the protolathe breaking when you tried to build certain items.


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1961 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
vageyenaman@gmail.com
2011-07-30 22:08:49 +00:00
parent 5daa4a3fcf
commit 3436e481e5
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
w_class = 2.0
flags = FPRINT | TABLEPASS | ONBELT
var/flush = null
origin_tech = "programming=4"
origin_tech = "programming=4;materials=4"
attack(mob/living/silicon/ai/M as mob, mob/user as mob)
@@ -294,7 +294,7 @@ AI MODULES
var/newFreeFormLaw = "freeform"
var/lawpos = 15
desc = "A 'freeform' AI module: '<freeform>'"
origin_tech = "programming=4;materials=6"
origin_tech = "programming=4;materials=4"
/obj/item/weapon/aiModule/freeform/attack_hand(var/mob/user as mob)
..()