From 0aa1585d203f352ad809b58b19778964514167bc Mon Sep 17 00:00:00 2001 From: Brandon Cornejo Date: Tue, 10 Feb 2026 19:43:50 -0600 Subject: [PATCH] Update group.tin to account for casting CCC on yourself --- src/group.tin | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/group.tin b/src/group.tin index 7b820d8..479175b 100644 --- a/src/group.tin +++ b/src/group.tin @@ -206,7 +206,7 @@ }; }; }; -#ACTION {^{(\w+\b\W*?){1,8}}'s skin is now as {elastic|thicky covered|hard} as it can get.$} { +#ACTION {^{(\w+\b\W*?){1,8}}'s skin is now as {elastic|thickly covered|hard} as it can get.$} { #variable {gs_dropname} {%1}; #replace {gs_dropname} { } {;}; #foreach {$gs_dropname} {name} { @@ -236,6 +236,14 @@ }; }; }; +#ACTION {^With a brief flash of magic, your %1 skin falls away.$} { + #variable {group_shields[$GMCP[charinfo][capname]][ccc]} {0}; + /writegroupshieldstofile; +}; +#ACTION {^Your skin is {already|now} as {elastic|thickly covered|hard} as it can get.$} { + #variable {group_shields[$GMCP[charinfo][capname]][ccc]} {1}; + /writegroupshieldstofile; +}; #nop KII