* Added the space violin to the service cyborg modules.

* Made the space violin usable by service cyborgs.
* You can now examine Cyborgs to see their active module.
* Made the choose module window look nicer.
This commit is contained in:
Giacomand
2013-10-26 13:49:41 +01:00
parent c169113e6b
commit 83b882ed3f
5 changed files with 33 additions and 15 deletions
+1 -1
View File
@@ -164,7 +164,7 @@
/datum/song/Topic(href, href_list)
if(!in_range(instrumentObj, usr) || issilicon(usr) || !isliving(usr) || !usr.canmove || usr.restrained())
if(!in_range(instrumentObj, usr) || (issilicon(usr) && instrumentObj.loc != usr) || !isliving(usr) || !usr.canmove || usr.restrained())
usr << browse(null, "window=instrument")
usr.unset_machine()
return