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/misc/fridge.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gamemode/craftablesystem/misc/fridge.lua (limited to 'gamemode/craftablesystem/misc/fridge.lua') diff --git a/gamemode/craftablesystem/misc/fridge.lua b/gamemode/craftablesystem/misc/fridge.lua new file mode 100644 index 0000000..a67bb2a --- /dev/null +++ b/gamemode/craftablesystem/misc/fridge.lua @@ -0,0 +1,14 @@ +/* Fridge */ +local COMBI = {} + +COMBI.Name = "Fridge" +COMBI.Description = "You can use the fridge to store food in it. It will not spoil inside. Highly recommended." + +COMBI.Req = {} +COMBI.Req["Iron"] = 20 + +COMBI.Results = "gms_fridge" +COMBI.Texture = "gms_icons/gms_fridge.png" +COMBI.BuildSiteModel = "models/props_c17/FurnitureFridge001a.mdl" + +GMS.RegisterCombi( COMBI, "Structures" ) -- cgit v1.2.3-70-g09d2