1st april sandbox

This commit is contained in:
izac112
2022-04-01 19:42:24 +02:00
parent 39816655d7
commit dbf74ed557
3 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -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))
+1 -1
View File
@@ -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."
+2
View File
@@ -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"