mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-10 15:45:05 +01:00
Merge remote-tracking branch 'tgstation/master' into upstream-2025-11-29
# Conflicts: # _maps/RandomRuins/SpaceRuins/derelict_sulaco.dmm # _maps/RandomRuins/SpaceRuins/garbagetruck2.dmm # _maps/map_files/CatwalkStation/CatwalkStation_2023.dmm # _maps/map_files/tramstation/tramstation.dmm # code/_onclick/hud/new_player.dm # code/datums/components/squashable.dm # code/datums/diseases/advance/symptoms/heal.dm # code/datums/diseases/chronic_illness.dm # code/datums/status_effects/buffs.dm # code/datums/status_effects/debuffs/drunk.dm # code/datums/status_effects/debuffs/stamcrit.dm # code/game/machinery/computer/crew.dm # code/game/objects/items/devices/scanners/health_analyzer.dm # code/game/objects/items/wall_mounted.dm # code/game/turfs/closed/indestructible.dm # code/modules/admin/view_variables/filterrific.dm # code/modules/antagonists/heretic/influences.dm # code/modules/cargo/orderconsole.dm # code/modules/client/preferences.dm # code/modules/events/space_vines/vine_mutations.dm # code/modules/mob/dead/new_player/new_player.dm # code/modules/mob/living/carbon/human/death.dm # code/modules/mob/living/carbon/human/species_types/jellypeople.dm # code/modules/mob/living/damage_procs.dm # code/modules/mob/living/living.dm # code/modules/mob_spawn/ghost_roles/mining_roles.dm # code/modules/mob_spawn/mob_spawn.dm # code/modules/projectiles/ammunition/energy/laser.dm # code/modules/projectiles/guns/ballistic/launchers.dm # code/modules/projectiles/guns/energy/laser.dm # code/modules/reagents/chemistry/machinery/chem_dispenser.dm # code/modules/reagents/chemistry/reagents/cat2_medicine_reagents.dm # code/modules/reagents/chemistry/reagents/drinks/alcohol_reagents.dm # code/modules/reagents/chemistry/reagents/medicine_reagents.dm # code/modules/surgery/healing.dm # code/modules/unit_tests/designs.dm # icons/mob/inhands/items_lefthand.dmi # icons/mob/inhands/items_righthand.dmi # tgui/packages/tgui/interfaces/ChemDispenser.tsx
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
icon = 'icons/area/areas_ruins.dmi'
|
||||
icon_state = "anomaly_research"
|
||||
requires_power = FALSE
|
||||
area_flags = HIDDEN_AREA | UNIQUE_AREA
|
||||
area_flags = HIDDEN_AREA
|
||||
default_gravity = ZERO_GRAVITY
|
||||
|
||||
/obj/item/reagent_containers/cup/bottle/wittel
|
||||
|
||||
@@ -120,4 +120,4 @@ GLOBAL_VAR_INIT(fscpassword, generate_password())
|
||||
name = "Syndicate Forgotten Vault"
|
||||
icon_state = "syndie-ship"
|
||||
ambientsounds = list('sound/ambience/engineering/ambitech2.ogg', 'sound/ambience/engineering/ambitech3.ogg')
|
||||
area_flags = NOTELEPORT | UNIQUE_AREA
|
||||
area_flags = NOTELEPORT
|
||||
|
||||
@@ -325,7 +325,7 @@
|
||||
desc = "A ballistic machine gun auto-turret with Donk Co. branding. It uses 9mm rounds."
|
||||
armor_type = /datum/armor/donk_turret
|
||||
scan_range = 6
|
||||
shot_delay = 10
|
||||
shot_delay = 1 SECONDS
|
||||
|
||||
/datum/armor/donk_turret
|
||||
melee = 20
|
||||
@@ -352,7 +352,7 @@
|
||||
desc = "An energy gun auto-turret with Cybersun branding. It fires high-energy plasma beams that do a lot of damage, but it can be fairly slow."
|
||||
armor_type = /datum/armor/syndicate_shuttle
|
||||
scan_range = 6
|
||||
shot_delay = 50
|
||||
shot_delay = 5 SECONDS
|
||||
always_up = FALSE
|
||||
has_cover = TRUE
|
||||
|
||||
|
||||
@@ -525,6 +525,7 @@ GLOBAL_VAR_INIT(hhMysteryRoomNumber, rand(1, 999999))
|
||||
requires_power = FALSE
|
||||
default_gravity = STANDARD_GRAVITY
|
||||
area_flags = NOTELEPORT | HIDDEN_AREA
|
||||
area_flags_mapping = NONE
|
||||
static_lighting = TRUE
|
||||
/* SKYRAT EDIT REMOVAL - GHOST HOTEL UPDATE
|
||||
ambientsounds = list('sound/ambience/servicebell.ogg')
|
||||
@@ -615,7 +616,8 @@ GLOBAL_VAR_INIT(hhMysteryRoomNumber, rand(1, 999999))
|
||||
icon = 'icons/area/areas_ruins.dmi'
|
||||
icon_state = "hilbertshotel"
|
||||
requires_power = FALSE
|
||||
area_flags = HIDDEN_AREA | NOTELEPORT | UNIQUE_AREA
|
||||
area_flags = HIDDEN_AREA | NOTELEPORT
|
||||
area_flags_mapping = UNIQUE_AREA
|
||||
default_gravity = STANDARD_GRAVITY
|
||||
|
||||
|
||||
@@ -650,7 +652,7 @@ GLOBAL_VAR_INIT(hhMysteryRoomNumber, rand(1, 999999))
|
||||
name = "Hilbert Research Facility"
|
||||
|
||||
/area/ruin/space/has_grav/powered/hilbertresearchfacility/secretroom
|
||||
area_flags = UNIQUE_AREA | NOTELEPORT | HIDDEN_AREA
|
||||
area_flags = NOTELEPORT | HIDDEN_AREA
|
||||
|
||||
/obj/item/analyzer/hilbertsanalyzer
|
||||
name = "custom rigged analyzer"
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
/// Tiger cultist corpse but with an exit wound
|
||||
/obj/effect/mob_spawn/corpse/human/tigercultist/perforated
|
||||
|
||||
/obj/effect/mob_spawn/corpse/human/tigercultist/perforated/special(mob/living/carbon/human/spawned_human, mob/mob_possessor)
|
||||
/obj/effect/mob_spawn/corpse/human/tigercultist/perforated/special(mob/living/carbon/human/spawned_human, mob/mob_possessor, apply_prefs)
|
||||
. = ..()
|
||||
|
||||
var/obj/item/bodypart/chest/their_chest = spawned_human.get_bodypart(BODY_ZONE_CHEST)
|
||||
|
||||
Reference in New Issue
Block a user