[Scummvm-git-logs] scummvm master -> 10f890d0648ea05fadcfd478ce827edbc1a0b66c
OMGPizzaGuy
noreply at scummvm.org
Fri Jan 12 03:38:08 UTC 2024
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
594488dead ULTIMA8: Remove Tongue of Flame from Malchir treasure list.
10f890d064 DISTS: Regenerate ultima8 engine files
Commit: 594488dead6124cb79134fb547b6275fa7d023ee
https://github.com/scummvm/scummvm/commit/594488dead6124cb79134fb547b6275fa7d023ee
Author: Matthew Jimenez (matthew.jimenez at outlook.com)
Date: 2024-01-11T21:36:19-06:00
Commit Message:
ULTIMA8: Remove Tongue of Flame from Malchir treasure list.
The Tongue of Flame and book are given to Malchir by a previous usecode event. Fixes #14312
Changed paths:
devtools/create_ultima8/u8monsters.ini
diff --git a/devtools/create_ultima8/u8monsters.ini b/devtools/create_ultima8/u8monsters.ini
index b31a706bc4d..f7b10225702 100644
--- a/devtools/create_ultima8/u8monsters.ini
+++ b/devtools/create_ultima8/u8monsters.ini
@@ -319,7 +319,7 @@ alignment=0x24
unk=0
damage_type=0x0001
defense_type=0x0000
-treasure=type=potion;type=sorcreag1;type=sorcreag2;type=sorcfocus;type=fireblackrock
+treasure=type=potion;type=sorcreag1;type=sorcreag2;type=sorcfocus
[theurgist]
shape=269
Commit: 10f890d0648ea05fadcfd478ce827edbc1a0b66c
https://github.com/scummvm/scummvm/commit/10f890d0648ea05fadcfd478ce827edbc1a0b66c
Author: Matthew Jimenez (matthew.jimenez at outlook.com)
Date: 2024-01-11T21:37:43-06:00
Commit Message:
DISTS: Regenerate ultima8 engine files
Changed paths:
dists/engine-data/ultima8.dat
diff --git a/dists/engine-data/ultima8.dat b/dists/engine-data/ultima8.dat
index 23411f594e0..6bb82994392 100644
Binary files a/dists/engine-data/ultima8.dat and b/dists/engine-data/ultima8.dat differ
More information about the Scummvm-git-logs
mailing list