From fbc62b39395aca26b80612131b8beeb2cd29f458 Mon Sep 17 00:00:00 2001 From: SoundScopes Date: Fri, 17 Oct 2014 14:47:12 +0100 Subject: [PATCH] Confirmation on wind Confirmation for winding through PP --- code/modules/admin/topic.dm | 3 +++ 1 file changed, 3 insertions(+) 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