mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user