From 2618932b8235247a9ec5c8b27f4e6887b0b36297 Mon Sep 17 00:00:00 2001 From: SilverNexus Date: Wed, 11 Aug 2021 20:13:02 -0400 Subject: [PATCH] Adjust icecubes and torches to use new lightable type. Expects server commit e499deab to function. --- ChangeLog | 8 ++++++++ light/torch.arc | 1 + misc/icecube.arc | 2 +- misc/smallicecube.arc | 1 + 4 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bb6fcdb47..5865e4cf3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Make icecubes and torches be of new type -- lightable +This tells the server to find a fire/heat sourceto light it +when you apply the item. +misc/icecube.arc +misc/smallicecube.arc +light/torch.arc +Daniel Hawkins 2021-08-11 + New ring -- ring of Wizard's Bane Gives the wearer vulnerability to magic damage, as well as denies the wearer all spell paths. diff --git a/light/torch.arc b/light/torch.arc index e8d393b6a..b37467f7f 100644 --- a/light/torch.arc +++ b/light/torch.arc @@ -1,5 +1,6 @@ Object torch_unlit name torch +type 163 face torch_unlit.111 other_arch torch_1 material 144 diff --git a/misc/icecube.arc b/misc/icecube.arc index 8cc79d79e..05e8bb644 100644 --- a/misc/icecube.arc +++ b/misc/icecube.arc @@ -1,11 +1,11 @@ Object icecube +type 163 move_slow walk move_slow_penalty 1 face icecube.111 material 68 weight 15000 resist_cold 100 - name_pl icecubes client_type 8020 end diff --git a/misc/smallicecube.arc b/misc/smallicecube.arc index 4bcf3a096..46fb50333 100644 --- a/misc/smallicecube.arc +++ b/misc/smallicecube.arc @@ -1,5 +1,6 @@ Object smallicecube name small icecube +type 163 move_slow walk move_slow_penalty 1 face smallicecube.111