Removed files that were 0 bytes in size.

Made sure every verb now has a name which starts with a capital letter and makes sense, because OCD.
Changed the categories of verbs a lot, now they are in much more sensible tabs.
Added a couple of admin verbs:
 - Right click monkeyize
 - Call Shuttle
 - Recall Shuttle
Removed some goon verbs.
Gave "Coder" admin group a little more admin verbs:
 - Monkeyize, Cultistize, Abominationize, Call Shuttle, Recall Shuttle, Make Sound
Added mobs a "say_message" variable. Now admin-created mobs can "scree", "squeak" etc. instead of just "chimper" or "hiss".

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@138 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
Skiedrake
2010-09-22 00:41:07 +00:00
parent 3848f0f0ce
commit cbec1b6f3d
59 changed files with 374 additions and 274 deletions
+1
View File
@@ -59,6 +59,7 @@
return
/obj/item/verb/move_to_top()
set name = "Move To Top"
set src in oview(1)
if(!istype(src.loc, /turf) || usr.stat || usr.restrained() )
@@ -35,6 +35,7 @@ FINGERPRINT CARD
return
/obj/item/weapon/card/id/verb/read()
set name = "Read ID Card"
set src in usr
usr << text("\icon[] []: The current assignment on the card is [].", src, src.name, src.assignment)