aboutsummaryrefslogtreecommitdiff
path: root/games/stonesoup/files/patch-wiz-you.cc
diff options
context:
space:
mode:
Diffstat (limited to 'games/stonesoup/files/patch-wiz-you.cc')
-rw-r--r--games/stonesoup/files/patch-wiz-you.cc15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/stonesoup/files/patch-wiz-you.cc b/games/stonesoup/files/patch-wiz-you.cc
new file mode 100644
index 000000000000..41a6ec97dc41
--- /dev/null
+++ b/games/stonesoup/files/patch-wiz-you.cc
@@ -0,0 +1,15 @@
+--- wiz-you.cc.orig 2016-06-29 18:11:14 UTC
++++ wiz-you.cc
+@@ -1126,6 +1126,7 @@ void wizard_join_religion()
+ }
+ }
+
++#ifdef WIZARD
+ void wizard_xom_acts()
+ {
+ char specs[80];
+@@ -1158,3 +1159,4 @@ void wizard_xom_acts()
+ dprf("Okay, Xom is doing '%s'.", xom_effect_to_name(event).c_str());
+ xom_take_action(event, severity);
+ }
++#endif