From 166b6d460f30b3b5179df5edcdf2ddfc9ede75a0 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Fri, 26 Feb 2016 20:49:23 -0500 Subject: Modifications to fireball spell to make it usefull in combat --- gamemode/hud/games/rubickscircle.lua | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'gamemode/hud') diff --git a/gamemode/hud/games/rubickscircle.lua b/gamemode/hud/games/rubickscircle.lua index 528f62b..5982fd1 100644 --- a/gamemode/hud/games/rubickscircle.lua +++ b/gamemode/hud/games/rubickscircle.lua @@ -1 +1,11 @@ -print(" second file to see if something's wrong with file function") +--A file to show what functions are used for minigames +print("rubick's circle included!") + +--Required functions +--Called once when the plyer starts casting +Game.Cast = function(spelltab,difficulty) +end + +--Called continuously while the player is casting +Game.Draw = function(self) +end -- cgit v1.2.3-70-g09d2