shithub: choc

Download patch

ref: 909a779a0d54ff91b01fad2cc17a0263ba5419ad
parent: bfd396ee4184265e11b27c9e87d45c28a713d90c
author: Fabian Greffrath <fabian@greffrath.com>
date: Mon Feb 23 12:39:03 EST 2015

Switch pick-up messages for Chaos Device and Disc of Repulsion

For bug compatibility with the original 4-level Demo. Confirmed on
map04 with the Demo version with the following md5sums:

458d3ff08d32fc50abb55a5b68660b6b  HEXEN.EXE
876a5a44c7b68f04b3bb9bc7a5bd69d6  HEXEN.WAD

--- a/src/hexen/p_inter.c
+++ b/src/hexen/p_inter.c
@@ -747,6 +747,12 @@
         TXT_ARTIPUZZGEAR
     };
 
+    if (gamemode == shareware)
+    {
+        artifactMessages[arti_blastradius] = TXT_ARTITELEPORT;
+        artifactMessages[arti_teleport] = TXT_ARTIBLASTRADIUS;
+    }
+
     if (P_GiveArtifact(player, artifactType, artifact))
     {
         if (artifact->special)