summaryrefslogtreecommitdiff
path: root/gamemode/configure_me.lua
diff options
context:
space:
mode:
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"
}
+]]