Migrate stamps to the new attack chain. (#32002)

* Migrate stamps to the new attack chain.

* Migrate stamper module too.
This commit is contained in:
Alan
2026-05-17 14:43:08 -04:00
committed by GitHub
parent 25aac32c63
commit 37e5e78417
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -125,7 +125,7 @@
desc = "A high-power stamp, able to switch between accept and deny mode when used."
flags = NODROP
/obj/item/stamp/mod/attack_self__legacy__attackchain(mob/user, modifiers)
/obj/item/stamp/mod/activate_self(mob/user)
. = ..()
if(icon_state == "stamp-ok")
icon_state = "stamp-deny"