Skip to content

Commit

Permalink
Breaks up hallucination.dm into smaller files (#11250)
Browse files Browse the repository at this point in the history
* xeno

* bugum

* remove-sleepers

* the check

* plasmaflood

* 515

* misc

* sort

* sorting
  • Loading branch information
Tsar-Salat authored Sep 22, 2024
1 parent 2aa2556 commit 178b636
Show file tree
Hide file tree
Showing 18 changed files with 1,742 additions and 1,347 deletions.
16 changes: 15 additions & 1 deletion beestation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -2691,7 +2691,6 @@
#include "code\modules\fields\timestop.dm"
#include "code\modules\fields\turf_objects.dm"
#include "code\modules\flufftext\Dreaming.dm"
#include "code\modules\flufftext\Hallucination.dm"
#include "code\modules\food_and_drinks\food.dm"
#include "code\modules\food_and_drinks\pizzabox.dm"
#include "code\modules\food_and_drinks\plate.dm"
Expand All @@ -2715,6 +2714,21 @@
#include "code\modules\games\cas.dm"
#include "code\modules\games\tarot.dm"
#include "code\modules\games\unum.dm"
#include "code\modules\hallucination\_hallucination.dm"
#include "code\modules\hallucination\airlock.dm"
#include "code\modules\hallucination\chat.dm"
#include "code\modules\hallucination\death.dm"
#include "code\modules\hallucination\fire.dm"
#include "code\modules\hallucination\hazard.dm"
#include "code\modules\hallucination\hostile_mob.dm"
#include "code\modules\hallucination\HUD.dm"
#include "code\modules\hallucination\husk.dm"
#include "code\modules\hallucination\item.dm"
#include "code\modules\hallucination\plasma_flood.dm"
#include "code\modules\hallucination\polymorph.dm"
#include "code\modules\hallucination\shock.dm"
#include "code\modules\hallucination\sound.dm"
#include "code\modules\hallucination\stray_bullet.dm"
#include "code\modules\holiday\easter.dm"
#include "code\modules\holiday\holidays.dm"
#include "code\modules\holodeck\area_copy.dm"
Expand Down
Loading

0 comments on commit 178b636

Please sign in to comment.