From 69b734c634c0838e1eb4d468d5a6db67f8eb7bd0 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 16 Apr 2016 14:16:26 -0400 Subject: Moved all of combinations.lua into their own files under craftablesystem/ --- gamemode/craftablesystem/gunlabs/hightechlab.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gamemode/craftablesystem/gunlabs/hightechlab.lua (limited to 'gamemode/craftablesystem/gunlabs/hightechlab.lua') diff --git a/gamemode/craftablesystem/gunlabs/hightechlab.lua b/gamemode/craftablesystem/gunlabs/hightechlab.lua new file mode 100644 index 0000000..3428d82 --- /dev/null +++ b/gamemode/craftablesystem/gunlabs/hightechlab.lua @@ -0,0 +1,16 @@ +/* High-Tech Lab */ +local COMBI = {} + +COMBI.Name = "High Tech Gun Lab" +COMBI.Description = "For making snipers and misc. weapons." + +COMBI.Req = {} +COMBI.Req["Gold"] = 250 +COMBI.Req["Teak"] = 250 +COMBI.Req["Steel"] = 150 + +COMBI.Results = "gms_hightechgunlab" +COMBI.Texture = "gms_icons/gms_none.png" +COMBI.BuildSiteModel = "models/props_wasteland/laundry_washer003.mdl" + +GMS.RegisterCombi( COMBI, "Structures" ) -- cgit v1.2.3-70-g09d2