TRAITOR BUNDLES: Randomized boxes of 11-13 crystals worth traitor items, costs 10 telecrystals.

CHANGELOG UPDATED

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2020 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
Superxpdude@gmail.com
2011-08-16 18:23:42 +00:00
parent 8c4eba4e04
commit 29fa57a69a
4 changed files with 68 additions and 2 deletions
+6 -1
View File
@@ -63,7 +63,8 @@
menu_message += "<BR>"
menu_message += "<A href='byond://?src=\ref[src];buy_item=toolbox'>Syndicate Toolbox</A> (Includes various tools) (1)<BR>"
menu_message += "<A href='byond://?src=\ref[src];buy_item=balloon'>Syndicate Balloon</A> (Useless) (10)<BR>"
menu_message += "<BR>"
menu_message += "<A href='byond://?src=\ref[src];buy_item=bundle'>Syndicate Bundle</A> (Contains an assorted selection of syndicate items)(10)<BR>"
menu_message += "<HR>"
return
@@ -196,6 +197,10 @@
if(uses >= 10)
uses -= 10
new /obj/item/toy/syndicateballoon(get_turf(hostpda))
if("bundle")
if(uses >= 10)
uses -= 10
new /obj/item/weapon/storage/box/syndicate(get_turf(hostpda))
generate_menu()
print_to_host(menu_message)