mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
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:
@@ -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
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user