mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Event prep stuff! (#9721)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
12
modular_chomp/code/game/turfs/simulated/blackholeturfs.dm
Normal file
12
modular_chomp/code/game/turfs/simulated/blackholeturfs.dm
Normal 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
BIN
modular_chomp/icons/blackhole/blackhole32x32.dmi
Normal file
BIN
modular_chomp/icons/blackhole/blackhole32x32.dmi
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
BIN
modular_chomp/icons/blackhole/blackhole32x96.dmi
Normal file
BIN
modular_chomp/icons/blackhole/blackhole32x96.dmi
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
BIN
modular_chomp/icons/blackhole/blackhole64x32.dmi
Normal file
BIN
modular_chomp/icons/blackhole/blackhole64x32.dmi
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 53 KiB |
BIN
modular_chomp/icons/blackhole/blackhole64x64.dmi
Normal file
BIN
modular_chomp/icons/blackhole/blackhole64x64.dmi
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
modular_chomp/sound/effects/carrev.ogg
Normal file
BIN
modular_chomp/sound/effects/carrev.ogg
Normal file
Binary file not shown.
BIN
modular_chomp/sound/effects/monolith_ambience.ogg
Normal file
BIN
modular_chomp/sound/effects/monolith_ambience.ogg
Normal file
Binary file not shown.
BIN
modular_chomp/sound/effects/monolith_ambience_quieter.ogg
Normal file
BIN
modular_chomp/sound/effects/monolith_ambience_quieter.ogg
Normal file
Binary file not shown.
BIN
modular_chomp/sound/effects/monolith_death.ogg
Normal file
BIN
modular_chomp/sound/effects/monolith_death.ogg
Normal file
Binary file not shown.
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user