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/clock.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gamemode/craftablesystem/misc/clock.lua (limited to 'gamemode/craftablesystem/misc/clock.lua') diff --git a/gamemode/craftablesystem/misc/clock.lua b/gamemode/craftablesystem/misc/clock.lua new file mode 100644 index 0000000..af986ea --- /dev/null +++ b/gamemode/craftablesystem/misc/clock.lua @@ -0,0 +1,14 @@ +local COMBI = {} + +COMBI.Name = "Clock" +COMBI.Description = "Shows you world time." + +COMBI.Req = {} +COMBI.Req["Iron"] = 10 +COMBI.Req["Glass"] = 10 + +COMBI.Results = "gms_clock_big" +COMBI.Texture = "gms_icons/gms_clock_big.png" +COMBI.BuildSiteModel = "models/props_trainstation/trainstation_clock001.mdl" + +GMS.RegisterCombi( COMBI, "Structures" ) -- cgit v1.2.3-70-g09d2