Only allow level teleports to be controlled when not confused, just like
regular teleports.
not exploding against you
becoming confused, eg from nausia, while reading a spellbook should result
in the usual confusion effects
+level teleports should not be controlled if you're confused
Platform- and/or Interface-Specific Fixes
You_feel("very disoriented for a moment.");
return;
}
- if (Teleport_control
+ if ((Teleport_control && !Confusion)
#ifdef WIZARD
|| wizard
#endif