Skip to content

Commit

Permalink
Removes borger artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Feb 7, 2024
1 parent 7e33e89 commit 4354734
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 51 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
var/datum/artifact_fault/chosen_fault
///the amount of freebies we get
var/freebies = 3
///if we have a special examine IE borgers
///if we have a special examine
var/explict_examine

/datum/component/artifact/Initialize(forced_origin = null)
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ ARTIFACT_SETUP(/obj/structure/artifact, SSobj)
/obj/structure/artifact/vomit
assoc_comp = /datum/component/artifact/vomit

/obj/structure/artifact/borger
assoc_comp = /datum/component/artifact/borger

/obj/structure/artifact/emotegen
assoc_comp = /datum/component/artifact/emotegen

Expand Down
1 change: 0 additions & 1 deletion tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -5901,7 +5901,6 @@
#include "monkestation\code\modules\art_sci_overrides\artifact_components\_base_subtype_helpers.dm"
#include "monkestation\code\modules\art_sci_overrides\artifact_components\bomb.dm"
#include "monkestation\code\modules\art_sci_overrides\artifact_components\bonk.dm"
#include "monkestation\code\modules\art_sci_overrides\artifact_components\borger.dm"
#include "monkestation\code\modules\art_sci_overrides\artifact_components\cell.dm"
#include "monkestation\code\modules\art_sci_overrides\artifact_components\emoter.dm"
#include "monkestation\code\modules\art_sci_overrides\artifact_components\forcegen.dm"
Expand Down

0 comments on commit 4354734

Please sign in to comment.