mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
[MIRROR] Removes flight from lavaland syndicate modsuits [MDB IGNORE] (#24010)
* 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> * Removes flight from lavaland syndicate modsuits --------- Co-authored-by: Jacquerel <hnevard@gmail.com> Co-authored-by: Fikou <23585223+Fikou@ users.noreply.github.com>
This commit is contained in:
co-authored by
Fikou
Jacquerel
parent
a1610dbb29
commit
7ed9f33e99
@@ -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