mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-08 16:32:54 +00:00
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:
@@ -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"
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user