|
From: Crossfire C. r. messages.
<cro...@li...> - 2020-09-07 20:31:40
|
Revision: 21355
http://sourceforge.net/p/crossfire/code/21355
Author: silvernexus
Date: 2020-09-07 20:31:38 +0000 (Mon, 07 Sep 2020)
Log Message:
-----------
Prevent xp shenanigans with dip command by making the empty bottles, bags, glasses, etc identified.
I'd been looking for a way to approach this, and Saiapatsu suggested approaching it this way.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/potion/emptybottles.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-09-07 19:20:58 UTC (rev 21354)
+++ arch/trunk/ChangeLog 2020-09-07 20:31:38 UTC (rev 21355)
@@ -1,3 +1,8 @@
+Prevent xp shenanigans with dip command by making empty containers be identified.
+Did all of them, rather than just empty water bottles, for consistency and future-proofing.
+potion/emptybottles.arc
+Daniel Hawkins
+
New spell -- Searing Weapon
Appears in spellbooks only at this point.
spell/Spellbook/pyro_book.trs
Modified: arch/trunk/potion/emptybottles.arc
===================================================================
--- arch/trunk/potion/emptybottles.arc 2020-09-07 19:20:58 UTC (rev 21354)
+++ arch/trunk/potion/emptybottles.arc 2020-09-07 20:31:38 UTC (rev 21355)
@@ -9,6 +9,7 @@
dam 1
weight 50
value 1
+identified 1
attacktype 1
weapontype 8
client_type 611
@@ -27,6 +28,7 @@
dam 1
weight 500
value 1
+identified 1
attacktype 1
weapontype 8
client_type 611
@@ -45,6 +47,7 @@
dam 1
weight 1000
value 3
+identified 1
attacktype 1
weapontype 8
client_type 611
@@ -64,6 +67,7 @@
weight 600
value 3
attacktype 1
+identified 1
weapontype 8
client_type 611
body_arm -1
@@ -81,6 +85,7 @@
dam 1
weight 700
value 3
+identified 1
attacktype 1
weapontype 8
client_type 611
@@ -99,6 +104,7 @@
dam 1
weight 700
value 3
+identified 1
attacktype 1
weapontype 8
client_type 611
@@ -117,6 +123,7 @@
dam 1
weight 70
value 3
+identified 1
attacktype 1
weapontype 8
client_type 611
@@ -135,6 +142,7 @@
dam -5
weight 25
value 1
+identified 1
attacktype 1
weapontype 8
client_type 611
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|