Replaces get_turf_loc() with get_turf()

The former does exactly the same thing as get_turf(), except it runtimes
if one of the atoms has a null loc.
This commit is contained in:
mwerezak
2014-06-10 13:43:11 -04:00
parent e3ab64728d
commit a8816823a5
12 changed files with 51 additions and 58 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
user.put_in_hands(pinned_target)
user << "You take the target out of the stake."
else
pinned_target.loc = get_turf_loc(user)
pinned_target.loc = get_turf(user)
user << "You take the target out of the stake."
pinned_target = null