Skip to content
#

mud

Here are 371 public repositories matching this topic...

evennia
kovitikus
kovitikus commented Apr 28, 2021

Is your feature request related to a problem? Please describe.

Right now, this condition check on the delete() outcome has no value.
script deletion check

Describe the solution you'd like

I'd like to see the DefaultScript.delete() method check to make sure the deletion was done properly and then return a boolean value.

Or as @Griatch put it

grapevine
oestrich
oestrich commented May 2, 2020

Switch games from belongs_to :user to has_many :admins

Create a new join table that let's multiple users administrate a game. No special roles at the moment, all admins can manage the full aspect of a game.

Maybe we keep the current belongs_to :user and rename to be the "owner" so we can tell who originally made it and maybe who should have slight extra power in the future. Other syst

Improve this page

Add a description, image, and links to the mud topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mud topic, visit your repo's landing page and select "manage topics."

Learn more