maptest redgate (#16579)

* maptest redgate

* .

* .

* .

* .

* .
This commit is contained in:
Kashargul
2024-11-09 15:42:44 +01:00
committed by GitHub
parent 7117658a33
commit 6c8fa2dba1
5 changed files with 30 additions and 7 deletions
+2 -2
View File
@@ -254,19 +254,19 @@
if (!(src.status))
if(user)
visible_message(span_notice(" [user] has deactivated [src]!"))
add_hiddenprint(user)
else
visible_message(span_notice(" [src] clicks and shuts down. "))
playsound(src, 'sound/items/Wirecutter.ogg', 100, 1)
icon_state = "[initial(icon_state)]1"
add_hiddenprint(user)
else
if(user)
visible_message(span_notice(" [user] has reactivated [src]!"))
add_hiddenprint(user)
else
visible_message(span_notice(" [src] clicks and reactivates itself. "))
playsound(src, 'sound/items/Wirecutter.ogg', 100, 1)
icon_state = initial(icon_state)
add_hiddenprint(user)
/obj/machinery/camera/take_damage(var/force, var/message)
//prob(25) gives an average of 3-4 hits
@@ -108,12 +108,12 @@
if(M == user)
if(!M.can_eat(loaded))
return
M.visible_message(span_bold("\The [user]") + "eats some of [loaded] with \the [src].")
M.visible_message(span_bold("\The [user]") + " eats some of [loaded] with \the [src].")
else
user.visible_message(span_warning("\The [user] begins to feed \the [M]!"))
if(!(M.can_force_feed(user, loaded) && do_mob(user, M, 5 SECONDS)))
return
M.visible_message(span_bold("\The [user]") + "feeds some of [loaded] to \the [M] with \the [src].")
M.visible_message(span_bold("\The [user]") + " feeds some of [loaded] to \the [M] with \the [src].")
playsound(src,'sound/items/eatfood.ogg', rand(10,40), 1)
loaded = null
update_icon()
@@ -445,10 +445,10 @@ GLOBAL_LIST_BOILERPLATE(all_singularities, /obj/singularity)
/obj/singularity/proc/smwave()
for(var/mob/living/M in view(10, src.loc))
if(prob(67))
to_chat(M, span_warning("You hear an uneartly ringing, then what sounds like a shrilling kettle as you are washed with a wave of heat."))
to_chat(M, span_warning("You hear an unearthly ringing, then what sounds like a shrilling kettle as you are washed with a wave of heat."))
to_chat(M, span_notice("Miraculously, it fails to kill you."))
else
to_chat(M, span_danger("You hear an uneartly ringing, then what sounds like a shrilling kettle as you are washed with a wave of heat."))
to_chat(M, span_danger("You hear an unearthly ringing, then what sounds like a shrilling kettle as you are washed with a wave of heat."))
to_chat(M, span_danger("You don't even have a moment to react as you are reduced to ashes by the intense radiation."))
M.dust()
SSradiation.radiate(src, rand(energy))
+23
View File
@@ -226,6 +226,29 @@
//////////////////////////////////////////////////////////////////////////////////////
#ifdef AWAY_MISSION_TEST
#include "../redgate/falls/falls.dmm"
#include "../redgate/abandonedisland.dmm"
#include "../redgate/cybercity.dmm"
#include "../redgate/darkadventure.dmm"
#include "../redgate/eggnogtown.dmm"
#include "../redgate/eggnogtownunderground.dmm"
#include "../redgate/facility.dmm"
#include "../redgate/fantasy_dungeon.dmm"
#include "../redgate/fantasy.dmm"
#include "../redgate/hotsprings.dmm"
#include "../redgate/innland.dmm"
#include "../redgate/islands_underwater.dmm"
#include "../redgate/islands.dmm"
#include "../redgate/jungle_underground.dmm"
#include "../redgate/jungle.dmm"
#include "../redgate/laserdome.dmm"
#include "../redgate/stardog.dmm"
#include "../redgate/teppiranch.dmm"
#include "../redgate/train_upper.dmm"
#include "../redgate/train.dmm"
#endif
/datum/map_template/common_lateload/redgate
name = "Redgate Submap"
desc = "Please do not use this."
+1 -1
View File
@@ -4090,7 +4090,7 @@
"XK" = (
/obj/effect/map_effect/perma_light/gateway{
light_color = "#fc8c03";
light_power = .5
light_power = 0.5
},
/turf/simulated/floor/wood,
/area/redgate/eggnogtown/bar)