client/tintin-2.02.60 #1

Merged
binaryatrocity merged 53 commits from client/tintin-2.02.60 into master 2026-03-01 01:42:32 +00:00
Showing only changes of commit 0aa1585d20 - Show all commits

View File

@ -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