diff --git a/code/game/gamemodes/sandbox/h_sandbox.dm b/code/game/gamemodes/sandbox/h_sandbox.dm
index c861c214e4e..a96cf6d96d0 100644
--- a/code/game/gamemodes/sandbox/h_sandbox.dm
+++ b/code/game/gamemodes/sandbox/h_sandbox.dm
@@ -26,14 +26,12 @@ datum/hSB
var/objinfo = null
var/canisterinfo = null
var/hsbinfo = null
- // This is a list of banned items, they've been banned due to being technical or just for grief.
+ //items that shouldn't spawn on the floor because they would bug or act weird
var/global/list/spawn_forbidden = list(
/obj/item/weapon/grab, /obj/item/tk_grab, /obj/item/weapon/implant, // not implanter, the actual thing that is inside you
/obj/item/assembly,/obj/item/device/onetankbomb, /obj/item/radio, /obj/item/device/pda/ai,
/obj/item/device/uplink/hidden, /obj/item/smallDelivery, /obj/item/missile,/obj/item/projectile,
- /obj/item/borg/sight,/obj/item/borg/overdrive,/obj/item/borg/stun,/obj/item/organ,
- /obj/item/alien_embryo,/obj/item/weapon/robot_module,/obj/item/weapon/storage/secure/safe,
- /obj/item/weapon/veilrender,/obj/item/device/radio/intercom)
+ /obj/item/borg/sight,/obj/item/borg/overdrive,/obj/item/borg/stun,/obj/item/weapon/robot_module)
proc
update()
@@ -85,11 +83,10 @@ datum/hSB
hsbinfo += "- Toggle Object Spawning
"
hsbinfo += "- Toggle Item Spawn Panel Auto-close
"
hsbinfo += "Canister Spawning
"
- hsbinfo += "Remember, the first rule about adminbuse, is don't talk about the adminbuse
"
- hsbinfo += "- !!!DANGER!!! Spawn Plasma Canister
"
- hsbinfo += "- !!!DANGER!!! Spawn CO2 Canister
"
- hsbinfo += "- !!!DANGER!!! Spawn Nitrogen Canister
"
- hsbinfo += "- !!!DANGER!!! Spawn N2O Canister