mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 07:48:55 +00:00
junglemap
This commit is contained in:
26552
_maps/RandomZLevels/away_mission/jungleresort.dmm
Normal file
26552
_maps/RandomZLevels/away_mission/jungleresort.dmm
Normal file
File diff suppressed because it is too large
Load Diff
31
code/modules/awaymissions/mission_code/jungleresort.dm
Normal file
31
code/modules/awaymissions/mission_code/jungleresort.dm
Normal file
@@ -0,0 +1,31 @@
|
||||
// welcome to the jungle, we got fun and games
|
||||
|
||||
//areas
|
||||
|
||||
/area/awaymission/jungleresort
|
||||
name = "Jungle Resort"
|
||||
icon_state = "awaycontent30"
|
||||
|
||||
//objects
|
||||
|
||||
/obj/item/paper/crumpled/awaymissions/jungleresort/notice
|
||||
name = "Resort Notice"
|
||||
info = "Due to unforeseen circumstances and the disappearance of several resort employees and visitors, the resort shall be closed to the public until further notice. - <i>Resort Manager Joe Lawrence</i.>"
|
||||
|
||||
//turfs
|
||||
|
||||
/turf/open/water/jungle
|
||||
initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
|
||||
|
||||
/turf/open/floor/plating/dirt/jungle
|
||||
initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
|
||||
|
||||
/turf/open/floor/plating/dirt/dark/jungle
|
||||
initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
|
||||
|
||||
//mobs
|
||||
|
||||
/mob/living/carbon/monkey/punpun/curiousgorge
|
||||
name = "Curious Gorge"
|
||||
pet_monkey_names = list("Curious Gorge", "Jungle Gorge", "Jungah Joe", "Mr. Monke")
|
||||
rare_pet_monkey_names = list("Sun Mukong", "Monkey Kong")
|
||||
@@ -11,6 +11,7 @@
|
||||
#_maps/RandomZLevels/away_mission/Academy.dmm
|
||||
#_maps/RandomZLevels/away_mission/wildwest.dmm
|
||||
#_maps/RandomZLevels/away_mission/challenge.dmm
|
||||
_maps/RandomZLevels/away_mission/jungleresort.dmm
|
||||
#_maps/RandomZLevels/away_mission/moonoutpost19.dmm
|
||||
#_maps/RandomZLevels/away_mission/undergroundoutpost45.dmm
|
||||
#_maps/RandomZLevels/away_mission/caves.dmm
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
// END_PREFERENCES
|
||||
|
||||
// BEGIN_INCLUDE
|
||||
#include "_maps\_basemap.dm"
|
||||
#include "_maps\boxstation.dm"
|
||||
#include "_maps\RandomZLevels\away_mission\jungleresort.dmm"
|
||||
#include "code\_compile_options.dm"
|
||||
#include "code\world.dm"
|
||||
#include "code\__DEFINES\_extools.dm"
|
||||
@@ -1804,6 +1805,7 @@
|
||||
#include "code\modules\awaymissions\mission_code\caves.dm"
|
||||
#include "code\modules\awaymissions\mission_code\centcomAway.dm"
|
||||
#include "code\modules\awaymissions\mission_code\challenge.dm"
|
||||
#include "code\modules\awaymissions\mission_code\jungleresort.dm"
|
||||
#include "code\modules\awaymissions\mission_code\moonoutpost19.dm"
|
||||
#include "code\modules\awaymissions\mission_code\murderdome.dm"
|
||||
#include "code\modules\awaymissions\mission_code\research.dm"
|
||||
@@ -2555,8 +2557,8 @@
|
||||
#include "code\modules\mob\living\carbon\human\species_types\abductor.dm"
|
||||
#include "code\modules\mob\living\carbon\human\species_types\android.dm"
|
||||
#include "code\modules\mob\living\carbon\human\species_types\angel.dm"
|
||||
#include "code\modules\mob\living\carbon\human\species_types\arachnid.dm"
|
||||
#include "code\modules\mob\living\carbon\human\species_types\anthromorph.dm"
|
||||
#include "code\modules\mob\living\carbon\human\species_types\arachnid.dm"
|
||||
#include "code\modules\mob\living\carbon\human\species_types\bugmen.dm"
|
||||
#include "code\modules\mob\living\carbon\human\species_types\corporate.dm"
|
||||
#include "code\modules\mob\living\carbon\human\species_types\dullahan.dm"
|
||||
|
||||
Reference in New Issue
Block a user