mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
[MIRROR] Allows domains to forgo giving bitrunners their disk items and spells if that is desired [MDB IGNORE] (#24459)
* Allows domains to forgo giving bitrunners their disk items and spells if that is desired (#78959) ## About The Pull Request Adds two variables to bitrunner domains, one for making them not spawn disk items, and one for making them not grant disk abilities to bitrunner characters on loading into the domain. Not presently used in any domains, but will be a mystery tool that will help us later. ## Why It's Good For The Game I've thought of a few pretty good domains but the ideas behind them fall apart a bit of joey bitrunner can bring a desword and fireball into them. ## Changelog 🆑 code: Bitrunner domains can now have spells or items from disks disabled if the domain maker wants such a thing /🆑 --------- Co-authored-by: Ghom <42542238+Ghommie@ users.noreply.github.com> * Allows domains to forgo giving bitrunners their disk items and spells if that is desired --------- Co-authored-by: Paxilmaniac <82386923+Paxilmaniac@users.noreply.github.com> Co-authored-by: Ghom <42542238+Ghommie@ users.noreply.github.com>
This commit is contained in:
co-authored by
Ghom
Paxilmaniac
parent
b5598a7b83
commit
6f1ed08951
@@ -307,7 +307,7 @@
|
||||
return
|
||||
current_avatar = server.generate_avatar(wayout, netsuit)
|
||||
avatar_ref = WEAKREF(current_avatar)
|
||||
server.stock_gear(current_avatar, neo)
|
||||
server.stock_gear(current_avatar, neo, generated_domain)
|
||||
|
||||
neo.set_static_vision(3 SECONDS)
|
||||
protect_occupant(occupant)
|
||||
|
||||
Reference in New Issue
Block a user