RCRPG/Unicon: Difference between revisions

Content added Content deleted
(words out of order)
(tweak messages)
Line 67: Line 67:
put(UR.here.items,"broken hammer")
put(UR.here.items,"broken hammer")
write("You broke your sledge hammer and left it on the ground.")
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: Line 260:
}
}
else if uses = 0 then write("... No. Nothing happens.")
else if uses = 0 then write("... No. Nothing happens.")
else if uses = -1 then write("... You are now have a fuchsai tail!!")
else if uses = -1 then write("... You now have a fuchsai tail!!")
else write("... Thankfully nothing else happens.")
else write("... Thankfully nothing else happens.")
end
end