diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2017-01-08 22:28:08 -0500 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2017-01-08 22:28:08 -0500 |
| commit | 98e0462e4f6b13ff26af5211409352d45dd9453e (patch) | |
| tree | fbff14dc9a0fffdda409d9989f2e34cd4bb265f6 /gamemode/shared/itemsystem/quest/togglechip.lua | |
| parent | 4879eb1d78520ce0ac9b0bb0ef5244cf65ad7c99 (diff) | |
| download | artery-98e0462e4f6b13ff26af5211409352d45dd9453e.tar.gz artery-98e0462e4f6b13ff26af5211409352d45dd9453e.tar.bz2 artery-98e0462e4f6b13ff26af5211409352d45dd9453e.zip | |
Add a ton of icons, more work on refactoring
Diffstat (limited to 'gamemode/shared/itemsystem/quest/togglechip.lua')
| -rw-r--r-- | gamemode/shared/itemsystem/quest/togglechip.lua | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gamemode/shared/itemsystem/quest/togglechip.lua b/gamemode/shared/itemsystem/quest/togglechip.lua deleted file mode 100644 index 7b8ee04..0000000 --- a/gamemode/shared/itemsystem/quest/togglechip.lua +++ /dev/null @@ -1,24 +0,0 @@ ---[[ - A toggle chip (quest item) for subterr_generator quest -]] -local item = {} - -item.Name = "Toggle Chip" - -item.Serialize = function(self) - print("Trying to serailize!") - return "" -end - -item.DeSerialize = function(self,string) - print("Trying to deserialize!") - return self -end - -item.Shape = { - {true,true}, - {true,true}, -} - -print("Hello from togglechip.lua") -ART.RegisterItem(item) |
