Minor typo fixed.

A badmin (ie off by default and only changed due to badminnery) var added to aliens allowing them to have hands.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@747 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uporotiy
2011-01-01 01:01:21 +00:00
parent 50021ecdf7
commit 421cb78649
3 changed files with 6 additions and 4 deletions
+3 -2
View File
@@ -118,8 +118,9 @@
/obj/item/attack_paw(mob/user as mob)
if(isalien(user)) // -- TLE
user << "Your claws aren't capable of such fine manipulation."
return
if(!user:has_fine_manipulation) // -- defaults to 0, only changes due to badminnery -- Urist
user << "Your claws aren't capable of such fine manipulation."
return
// if(istype(src, /obj/item/weapon/gun)) //Temporary fix until I figure out what's going with monkey/add_blood code./N
// user << "Sorry Mr. Monkey, guns aren't for you."