Merge pull request #2250 from tigercat2000/xenoputers

Remove remaining arbitrary restrictions
This commit is contained in:
Mark van Alphen
2015-10-02 19:30:40 +02:00
12 changed files with 51 additions and 45 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
send_asset_list(user.client, S.assets)
var/data
if((!(istype(usr, /mob/living/carbon/human) || istype(usr, /mob/dead/observer) || istype(usr, /mob/living/silicon)) && !forceshow) || forcestars)
if(!(user.say_understands(null, all_languages["Galactic Common"]) && !forceshow) || forcestars) //assuming all paper is written in common is better than hardcoded type checks
data = "<HTML><HEAD><TITLE>[name]</TITLE></HEAD><BODY>[stars(info)][stamps]</BODY></HTML>"
if(view)
usr << browse(data, "window=[name]")