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
+2
View File
@@ -98,6 +98,8 @@
/obj/item/weapon/storage/survival_kit/engineer
name = "Centcom Engineer Kit"
/obj/item/weapon/storage/box/syndicate
/obj/item/weapon/storage/pillbottlebox
name = "pill bottles"
desc = "A box of pill bottles."
+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)
+44
View File
@@ -215,6 +215,50 @@
new /obj/item/weapon/tank/emergency_oxygen/engi( src )
return
/obj/item/weapon/storage/box/syndicate/New()
..()
switch (pickweight(list("bloodyspai" = 1, "stealth" = 1, "screwed" = 1, "guns" = 1, "murder" = 1, "freedom" = 1)))
if ("bloodyspai")
new /obj/item/clothing/under/chameleon(src)
new /obj/item/clothing/mask/gas/voice(src)
new /obj/item/weapon/card/id/syndicate(src)
new /obj/item/clothing/shoes/syndigaloshes(src)
return
if ("stealth")
new /obj/item/weapon/gun/energy/crossbow(src)
new /obj/item/weapon/pen/sleepypen(src)
new /obj/item/device/chameleon(src)
return
if ("screwed")
new /obj/spawner/newbomb/timer/syndicate(src)
new /obj/spawner/newbomb/timer/syndicate(src)
new /obj/item/device/powersink(src)
new /obj/item/clothing/suit/space/syndicate(src)
new /obj/item/clothing/head/helmet/space/syndicate(src)
return
if ("guns")
new /obj/item/weapon/gun/projectile(src)
new /obj/item/ammo_magazine(src)
new /obj/item/weapon/card/emag(src)
new /obj/item/weapon/plastique(src)
return
if ("murder")
new /obj/item/weapon/melee/energy/sword(src)
new /obj/item/weapon/cloaking_device(src)
new /obj/item/weapon/card/emag(src)
return
if("freedom")
var/obj/item/weapon/implanter/O = new /obj/item/weapon/implanter(src)
O.imp = new /obj/item/weapon/implant/freedom(O)
var/obj/item/weapon/implanter/U = new /obj/item/weapon/implanter(src)
U.imp = new /obj/item/weapon/implant/uplink(U)
return
/obj/item/weapon/storage/dice/New()
new /obj/item/weapon/dice( src )
new /obj/item/weapon/dice/d20( src )
+16 -1
View File
@@ -45,7 +45,22 @@ Stuff which is in development and not yet visible to players or just code relate
(is. code improvements for expandability, etc.) should not be listed here. They
should be listed in the changelog upon commit tho. Thanks. -->
<b><font color-'blue'>15 August 2011.</font color><b>
<b><font color='blue'>16 August 2011.</font color><b>
<ul>
<li><b>Superxpdude updated</b>:
<ul>
<li>Traitor item bundles: Contains a random selection of traitor gear</li>
</ul>
</ul>
<ul>
<li><b>Uhangi updated</b>:
<ul>
<li>.38 Special Ammo can now be made from unhacked autolathes</li>
</ul>
</ul>
<b><font color='blue'>15 August 2011.</font color><b>
<ul>
<li><b>Superxpdude updated</b>:
<ul>