export void teleportTo

This commit is contained in:
Zeno Rogue 2020-03-07 23:45:30 +01:00
parent 62c91688fc
commit 5f6eb39a9e
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ int teleportAction() {
else return 2;
}
void teleportTo(cell *dest) {
EX void teleportTo(cell *dest) {
playSound(dest, "other-teleport");
if(dest->monst) {
cwt.at->monst = dest->monst;