Skip to content

Commit

Permalink
Don't remove towels from inventory on usage
Browse files Browse the repository at this point in the history
  • Loading branch information
rumly111 committed Dec 18, 2015
1 parent a9bce8e commit 534ad68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion world/map/npc/items/warpTowels.txt
Expand Up @@ -9,7 +9,7 @@ function|script|WarpTowel
if (getmapflag(getmap(), MF_NOSAVE) || getmapflag(getmap(), MF_NOTELEPORT) || getmapflag(getmap(), MF_NOWARP) || isin("009-7",$@fightclub_x1,$@fightclub_y1,$@fightclub_x2,$@fightclub_y2))
goto L_Forbid;

callfunc "MultiWarpTowel";
// callfunc "MultiWarpTowel";

if (@warpTowelName$ == "HitchhikersTowel")
goto L_Save;
Expand Down

0 comments on commit 534ad68

Please sign in to comment.