diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index 31a4a1f5..a60122f3 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -2687,5 +2687,8 @@ usr << "This mob has no ckey" return + if(alert("Wind [M]?",,"Yes","No")!="Yes") + return + M.weakened = 500 return \ No newline at end of file