Skip to content

Commit

Permalink
artifact boulders can sometimes drop xenoarch rocks (#2488)
Browse files Browse the repository at this point in the history
* strangified

* oops

* code that sucks less

---------

Co-authored-by: Hatterhat <[email protected]>
  • Loading branch information
2 people authored and StealsThePRs committed May 19, 2024
1 parent bb80b8c commit 87656c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/obj/item/boulder/artifact/Initialize(mapload)
if(prob(50))
artifact_type = /obj/item/xenoarch/strange_rock
return ..()
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -6614,6 +6614,7 @@
#include "modular_nova\master_files\code\modules\logging\categories\log_category_uplink.dm"
#include "modular_nova\master_files\code\modules\mapfluff\ruins\objects_and_mobs\necropolis_gate.dm"
#include "modular_nova\master_files\code\modules\mapfluff\ruins\spaceruin_code\oldstation\oldstation_cytology.dm"
#include "modular_nova\master_files\code\modules\mining\boulder_processing\boulder_types.dm"
#include "modular_nova\master_files\code\modules\mining\equipment\explorer_gear.dm"
#include "modular_nova\master_files\code\modules\mob\login.dm"
#include "modular_nova\master_files\code\modules\mob\dead\new_player\latejoin_menu.dm"
Expand Down

0 comments on commit 87656c6

Please sign in to comment.