Fixed mining pocket things.

(Removed MAGIC TATOR HULK HEAT RESIST TK XRAY LASER bullshit, removed e-cutlasses, removed bananium closets jesus christ what the fuck were you thinking)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3426 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2012-04-10 03:29:23 +00:00
parent 57dcdcbfbc
commit e737c9ab6c

View File

@@ -1,5 +1,5 @@
var/global/list/space_surprises = list( /obj/item/clothing/mask/facehugger, var/global/list/space_surprises = list( // /obj/item/clothing/mask/facehugger,
/obj/effect/critter/spesscarp, // /obj/effect/critter/spesscarp,
// /obj/effect/critter/spesscarp/elite, // /obj/effect/critter/spesscarp/elite,
// /obj/creature, // /obj/creature,
// /obj/item/weapon/rcd, // /obj/item/weapon/rcd,
@@ -8,9 +8,11 @@ var/global/list/space_surprises = list( /obj/item/clothing/mask/facehugger,
// /obj/item/weapon/cloaking_device, // BECAUSE KOR AND PETE ARE FUCKING SCRUBS // /obj/item/weapon/cloaking_device, // BECAUSE KOR AND PETE ARE FUCKING SCRUBS
// /obj/item/weapon/gun/energy/teleport_gun, // /obj/item/weapon/gun/energy/teleport_gun,
// /obj/item/weapon/rubber_chicken, // /obj/item/weapon/rubber_chicken,
/obj/item/weapon/melee/energy/sword/pirate, // /obj/item/weapon/melee/energy/sword/pirate,
/obj/structure/closet/syndicate/resources, // /obj/structure/closet/syndicate/resources,
/obj/machinery/wish_granter // /obj/machinery/wish_granter
/obj/item/toy/blink //ALL OF THIS SHIT IS RETARDED, HERE IS SOMETHING APPROPRIATE
/obj/item/toy/ammo/crossbow
) )