RCRPG/Unicon: Difference between revisions

tweak messages
(words out of order)
(tweak messages)
Line 67:
put(UR.here.items,"broken hammer")
write("You broke your sledge hammer and left it on the ground.")
write(if \Abracadabra then "There is a hint of magic in the air."
else "Hope you found another.")
}
}
Line 258 ⟶ 260:
}
else if uses = 0 then write("... No. Nothing happens.")
else if uses = -1 then write("... You are now have a fuchsai tail!!")
else write("... Thankfully nothing else happens.")
end
Anonymous user