Service Borgs: New Waitress model! She's needs tips to pay the bills.

Mime Mask : Now on par with clown masks

Bio Suits: Now can into back packs.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1248 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
tronaldnwn@hotmail.com
2011-03-23 18:13:20 +00:00
parent 7ed34fe356
commit 45086d8f09
6 changed files with 9 additions and 9 deletions

View File

@@ -52,7 +52,11 @@
if("Service")
src.module = new /obj/item/weapon/robot_module/butler(src)
src.hands.icon_state = "service"
src.icon_state = "Service"
var/icontype = input("Select an icon!", "Robot", null, null) in list("Waitress", "Butler")
if(icontype== "Waitress")
src.icon_state = "Service"
else
src.icon_state = "Service2"
src.modtype = "Butler"
/*