Buildmode enhancement and removes simple_animal for real this time.

This commit is contained in:
Neerti
2018-10-24 06:49:41 -04:00
parent c97c3e7391
commit c25e94938e
31 changed files with 41 additions and 123 deletions

View File

@@ -462,9 +462,11 @@
if(L in holder.selected_mobs)
// Todo: Select graphic only the admin can see?
holder.selected_mobs -= L
user.client.images -= L.selected_image
to_chat(user, span("notice", "Deselected \the [L]."))
else
holder.selected_mobs += L
user.client.images += L.selected_image
to_chat(user, span("notice", "Selected \the [L]."))
else
to_chat(user, span("warning", "\The [L] is not AI controlled."))