removes an src.

Signed-off-by: SPACEGEESE <136994596+spacegeese@users.noreply.github.com>
This commit is contained in:
SPACEGEESE
2025-11-06 20:52:20 -08:00
committed by GitHub
parent a923e7bd7a
commit 1716bf7e60
@@ -165,7 +165,7 @@
to_chat(user, "<span class='notice'> You repair [src].</span>")
user.visible_message("<span class='notice'> [user] repairs [src].</span>")
obj_integrity = max_integrity
src.add_fingerprint(user)
add_fingerprint(user)
return ITEM_INTERACT_COMPLETE
return ..()