Event prep stuff! (#9721)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
SilencedMP5A5
2025-01-02 02:28:18 -05:00
committed by GitHub
parent affdc16dcd
commit b98140bc06
11 changed files with 1091 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
/turf/simulated/floor/blackhole
block_tele = TRUE
name = "ominous pattern"
desc = "Dark flooring with ominous pulsing purple highlights. With every pulse, you feel an unpleasant pain in your head, and countless whispering voices in your mind..."
icon = 'modular_chomp/icons/blackhole/blackhole32x32.dmi'
icon_state = "tile1"
level = 1
/turf/simulated/floor/blackhole/spirals
icon_state = "tile2"
/turf/simulated/floor/blackhole/grate
icon_state = "tile3"

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -4609,8 +4609,8 @@
#include "code\modules\vore\eating\exportpanel_vr.dm"
#include "code\modules\vore\eating\inbelly_spawn.dm"
#include "code\modules\vore\eating\leave_remains_vr.dm"
#include "code\modules\vore\eating\living_ch.dm"
#include "code\modules\vore\eating\living_bellies.dm"
#include "code\modules\vore\eating\living_ch.dm"
#include "code\modules\vore\eating\living_vr.dm"
#include "code\modules\vore\eating\mob_ch.dm"
#include "code\modules\vore\eating\mob_vr.dm"
@@ -4881,6 +4881,7 @@
#include "modular_chomp\code\game\objects\structures\crates_lockers\closets\secure\secure_closets.dm"
#include "modular_chomp\code\game\turfs\turf.dm"
#include "modular_chomp\code\game\turfs\simulated\alien.dm"
#include "modular_chomp\code\game\turfs\simulated\blackholeturfs.dm"
#include "modular_chomp\code\game\turfs\simulated\outdoors\desert_planet.dm"
#include "modular_chomp\code\game\turfs\simulated\outdoors\lava_land.dm"
#include "modular_chomp\code\game\turfs\simulated\outdoors\valley.dm"
@@ -5082,6 +5083,7 @@
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\slimess\xenobio.dm"
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\vore\ashy.dm"
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\vore\bigdragon.dm"
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\vore\blackholemobs.dm"
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\vore\carp.dm"
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\vore\corrupt_hounds.dm"
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\vore\desert_planet_mobs.dm"