mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-24 05:28:16 +01:00
1st april sandbox
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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."
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user