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

View File

@@ -311,7 +311,7 @@ I kind of like the right click only--the window version can get a little confusi
return
/mob/living/carbon/alien/humanoid/verb/corrode(obj/O as anything in oview(1)) //If they right click to corrode, an error will flash if its an invalid target./N
set name = "Corrose with Acid (200)"
set name = "Corrode with Acid (200)"
set desc = "Drench an object in acid, destroying it over time."
if(!istype(O, /obj))