diff --git a/code/game/gamemodes/sandbox/h_sandbox.dm b/code/game/gamemodes/sandbox/h_sandbox.dm index 449d448fe0..6ae4ecc474 100644 --- a/code/game/gamemodes/sandbox/h_sandbox.dm +++ b/code/game/gamemodes/sandbox/h_sandbox.dm @@ -136,8 +136,8 @@ mob continue if(istype(O, /obj/item/device/camera)) continue - if(istype(O, /obj/item/weapon/dummy)) - continue + //if(istype(O, /obj/item/weapon/dummy)) + // continue if(istype(O, /obj/item/weapon/melee/energy/sword)) continue if(istype(O, /obj/structure)) diff --git a/code/game/gamemodes/sandbox/sandbox.dm b/code/game/gamemodes/sandbox/sandbox.dm index 2dbcd77a30..63a1c0d118 100644 --- a/code/game/gamemodes/sandbox/sandbox.dm +++ b/code/game/gamemodes/sandbox/sandbox.dm @@ -2,7 +2,7 @@ name = "Sandbox" config_tag = "sandbox" required_players = 0 - votable = 0 + votable = 1 round_description = "Build your own station!" extended_round_description = "You can use the sandbox-panel command to access build options." diff --git a/vorestation.dme b/vorestation.dme index 6847b0d705..4944c1487d 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -710,6 +710,8 @@ #include "code\game\gamemodes\nuclear\nuclear.dm" #include "code\game\gamemodes\nuclear\pinpointer.dm" #include "code\game\gamemodes\revolution\revolution.dm" +#include "code\game\gamemodes\sandbox\h_sandbox.dm" +#include "code\game\gamemodes\sandbox\sandbox.dm" #include "code\game\gamemodes\technomancer\catalog.dm" #include "code\game\gamemodes\technomancer\clothing.dm" #include "code\game\gamemodes\technomancer\core_obj.dm"