Skip to content

Commit

Permalink
Adds an antimagicless wizard MOD version (#4565)
Browse files Browse the repository at this point in the history
* cool

* Update defensive.dm
  • Loading branch information
wraith-54321 authored Dec 14, 2024
1 parent ca830d4 commit 036cea4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions monkestation/code/modules/mod/mod_theme.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/datum/mod_theme/enchanted/no_antimagic
inbuilt_modules = list()
9 changes: 9 additions & 0 deletions monkestation/code/modules/mod/mod_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@
/obj/item/mod/module/stealth/ninja,
/obj/item/mod/module/jetpack/advanced,
)

/obj/item/mod/control/pre_equipped/enchanted/no_antimagic
theme = /datum/mod_theme/enchanted/no_antimagic
applied_core = /obj/item/mod/core/infinite
applied_modules = list(
/obj/item/mod/module/storage/large_capacity,
/obj/item/mod/module/energy_shield/wizard,
/obj/item/mod/module/emp_shield/advanced,
)
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -7603,6 +7603,7 @@
#include "monkestation\code\modules\mob_spawn\ghost_roles\space_roles\oldsci.dm"
#include "monkestation\code\modules\mob_spawn\ghost_roles\space_roles\oldsec.dm"
#include "monkestation\code\modules\mod\mod_control.dm"
#include "monkestation\code\modules\mod\mod_theme.dm"
#include "monkestation\code\modules\mod\mod_types.dm"
#include "monkestation\code\modules\mod\modules\modules_antag.dm"
#include "monkestation\code\modules\modular_bartending\modglass.dm"
Expand Down

0 comments on commit 036cea4

Please sign in to comment.