Skip to content

Commit

Permalink
[MODULAR] Adds an unnerfed double esword for bitrunning (#24949)
Browse files Browse the repository at this point in the history
* Adds an unnerfed double esword for bitrunning

* Update disks.dm
  • Loading branch information
vinylspiders authored and FFMirrorBot committed Nov 14, 2023
1 parent 3517791 commit c5836e2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// removes the nerf in virtual space
/obj/item/dualsaber/green/bitrunning
block_chance = 75

// gives them the de-nerfed dual saber
/obj/item/bitrunning_disk/item/tier3/Initialize(mapload)
. = ..()

selectable_items -= list(
/obj/item/dualsaber/green,
)
selectable_items += list(
/obj/item/dualsaber/green/bitrunning,
)
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -6142,6 +6142,7 @@
#include "modular_skyrat\master_files\code\modules\antagonists\traitor\objectives\kill_pet.dm"
#include "modular_skyrat\master_files\code\modules\antagonists\traitor\objectives\smuggling.dm"
#include "modular_skyrat\master_files\code\modules\asset_cache\assets\plumbing.dm"
#include "modular_skyrat\master_files\code\modules\bitrunning\orders\disks.dm"
#include "modular_skyrat\master_files\code\modules\bitrunning\orders\tech.dm"
#include "modular_skyrat\master_files\code\modules\buildmode\bm_mode.dm"
#include "modular_skyrat\master_files\code\modules\buildmode\submodes\offercontrol.dm"
Expand Down

0 comments on commit c5836e2

Please sign in to comment.