mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Removes flight from lavaland syndicate modsuits (#78649)
## About The Pull Request Fixes #78557 I wasn't really thinking of these guys when I gave nuke op suits the ability to fly. The lavaland syndicate base now simply spawns a modsuit with no jetpack or jump jet in it. Those guys aren't going to space, they don't need it. ## Changelog 🆑 fix: Lavaland syndicate operatives can no longer trivially use the jetpack on their modsuit to fly over the lava. /🆑 --------- Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
This commit is contained in:
@@ -260,6 +260,12 @@
|
||||
/obj/item/mod/module/jump_jet,
|
||||
)
|
||||
|
||||
/obj/item/mod/control/pre_equipped/nuclear/no_jetpack
|
||||
|
||||
/obj/item/mod/control/pre_equipped/nuclear/no_jetpack/Initialize(mapload, new_theme, new_skin, new_core)
|
||||
applied_modules -= list(/obj/item/mod/module/jetpack/advanced, /obj/item/mod/module/jump_jet)
|
||||
return ..()
|
||||
|
||||
/obj/item/mod/control/pre_equipped/nuclear/plasmaman
|
||||
|
||||
/obj/item/mod/control/pre_equipped/nuclear/plasmaman/Initialize(mapload, new_theme, new_skin, new_core)
|
||||
|
||||
Reference in New Issue
Block a user