Mob TF smite and fix

Added a new smite called Mob Transformation that allows staff to turn anyone into another mob using the same methods as mouse rays/polymorph/beastform, except with no limits.

Added a player effects panel "Fix" option to revert mob TF that will work on the aforementioned smite and any other methods that use the same type of mob TF.
This commit is contained in:
SatinIsle
2024-09-27 13:20:50 +01:00
parent e45fc613c5
commit 01c6ce47d6
4 changed files with 99 additions and 98 deletions
+2 -1
View File
@@ -287,7 +287,8 @@
if(!istype(M))
return
var/chosen_beast = tgui_input_list(user, "Which form would you like to take?", "Choose Beast Form", beast_options)
var/list/types = typesof(/mob/living)
var/chosen_beast = tgui_input_list(user, "Which form would you like to take?", "Choose Beast Form", types)
if(!chosen_beast)
return