mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
[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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user