summaryrefslogtreecommitdiff
path: root/gamemode/configure_me.lua
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2016-05-07 16:28:16 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2016-05-07 16:28:16 -0400
commit0a134b81cc62e25cdf1e94f014b5c460e14c4dd1 (patch)
treea9c4ac1bd7ed39a4a3d805e38b0662592a7bbb42 /gamemode/configure_me.lua
parentb913f79c19c2ab92a73996b3be4e5f8c1dd7e0ac (diff)
downloadgmstranded-0a134b81cc62e25cdf1e94f014b5c460e14c4dd1.tar.gz
gmstranded-0a134b81cc62e25cdf1e94f014b5c460e14c4dd1.tar.bz2
gmstranded-0a134b81cc62e25cdf1e94f014b5c460e14c4dd1.zip
Various refactoring
Diffstat (limited to 'gamemode/configure_me.lua')
-rw-r--r--gamemode/configure_me.lua19
1 files changed, 18 insertions, 1 deletions
diff --git a/gamemode/configure_me.lua b/gamemode/configure_me.lua
index 543dae2..c813a26 100644
--- a/gamemode/configure_me.lua
+++ b/gamemode/configure_me.lua
@@ -31,7 +31,23 @@ GMS.LootableNPCs = {
GMS.Developers = {
"STEAM_0:0:0" //the single-player steamid
}
-
+GMS.AllowedStools = {
+ "percision",
+ "axis",
+ "ballsocket",
+ "elastic",
+ "precision_align",
+ "gms_rope",
+ "weld",
+ "Winch",
+ "lamp",
+ "light",
+ "nocollide",
+ "remover",
+ "colour",
+ "material",
+}
+--[[
GMS.ProhibitedStools = {
"hydraulic",
"motor",
@@ -66,3 +82,4 @@ GMS.ProhibitedStools = {
"rtcamera",
"rb655_lightsaber"
}
+]]