[MIRROR] [NO GBP] (Not so) hotfix for ninja cloaking (#29288)

* [NO GBP] (Not so) hotfix for ninja cloaking (#85673)

## About The Pull Request

Closes #85639
dumb me forgetting to test a specific module weeks ago and it getting
past review

## Changelog
🆑
fix: Ninjas can cloak again
/🆑

* [NO GBP] (Not so) hotfix for ninja cloaking

---------

Co-authored-by: SmArtKar <44720187+SmArtKar@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-08-14 16:52:34 +02:00
committed by GitHub
co-authored by SmArtKar
parent ee3f4c3d53
commit 2dade61356
@@ -72,9 +72,11 @@
cooldown_time = 3 SECONDS
/obj/item/mod/module/stealth/ninja/on_activation()
. = ..()
ADD_TRAIT(mod.wearer, TRAIT_SILENT_FOOTSTEPS, MOD_TRAIT)
/obj/item/mod/module/stealth/ninja/on_deactivation(display_message = TRUE, deleting = FALSE)
. = ..()
REMOVE_TRAIT(mod.wearer, TRAIT_SILENT_FOOTSTEPS, MOD_TRAIT)
///Camera Vision - Prevents flashes, blocks tracking.