antag clowns can toggle clumsy on and off

This commit is contained in:
datlo
2019-02-19 20:33:36 +00:00
parent de2b51ad96
commit 673ecd288e
7 changed files with 34 additions and 4 deletions
+2
View File
@@ -39,6 +39,8 @@
if(devil_mind.assigned_role == "Clown")
to_chat(devil_mind.current, "Your infernal nature allows you to wield weapons without harming yourself.")
devil_mind.current.mutations.Remove(CLUMSY)
var/datum/action/innate/toggle_clumsy/A = new
A.Grant(devil_mind.current)
spawn(10)
devil_mind.devilinfo.update_hud()
if(issilicon(devil_mind.current))