mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
massive burndown (#29894)
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF
|
||||
|
||||
/obj/effect/clockwork
|
||||
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF | FREEZE_PROOF
|
||||
|
||||
// An "overlay" used by clockwork walls and floors to appear normal to mesons.
|
||||
/obj/effect/clockwork/overlay
|
||||
@@ -168,7 +167,6 @@
|
||||
randomsinglesprite = TRUE
|
||||
icon_state = "shard_large"
|
||||
base_icon_state = "shard_large"
|
||||
scatter_distance = 9
|
||||
|
||||
/obj/item/clockwork/alloy_shards/medium
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
@@ -224,7 +222,6 @@
|
||||
name = "blind eye"
|
||||
desc = "A heavy brass eye, its red iris fallen dark."
|
||||
icon_state = "blind_eye"
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
|
||||
/obj/item/clockwork/component/belligerent_eye/lens_gem
|
||||
name = "lens gem"
|
||||
@@ -244,7 +241,6 @@
|
||||
name = "onyx prism"
|
||||
desc = "An onyx prism with a small aperture. It's very heavy."
|
||||
icon_state = "onyx_prism"
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
|
||||
/obj/item/clockwork/component/geis_capacitor
|
||||
name = "geis capacitor"
|
||||
@@ -255,7 +251,6 @@
|
||||
name = "fallen armor"
|
||||
desc = "Lifeless chunks of armor. They're designed in a strange way and won't fit on you."
|
||||
icon_state = "fallen_armor"
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
|
||||
/obj/item/clockwork/component/geis_capacitor/antennae
|
||||
name = "mania motor antennae"
|
||||
@@ -271,13 +266,11 @@
|
||||
name = "smashed anima fragment"
|
||||
desc = "Shattered chunks of metal. Damaged beyond repair and completely unusable."
|
||||
icon_state = "smashed_anime_fragment"
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
|
||||
/obj/item/clockwork/component/replicant_alloy/replication_plate
|
||||
name = "replication plate"
|
||||
desc = "A flat, heavy disc of metal with a triangular formation on its surface."
|
||||
icon_state = "replication_plate"
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
|
||||
/obj/item/clockwork/component/hierophant_ansible
|
||||
name = "hierophant ansible"
|
||||
@@ -288,7 +281,6 @@
|
||||
name = "obelisk prism"
|
||||
desc = "A prism that occasionally glows brightly. It seems not-quite there."
|
||||
icon_state = "obelisk_prism"
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
|
||||
//Ratvarian spear
|
||||
/obj/item/spear/ratvarian_spear
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
icon = 'icons/obj/hand_of_god_structures.dmi'
|
||||
icon_state = "sacrificealtar"
|
||||
anchored = TRUE
|
||||
density = FALSE
|
||||
can_buckle = TRUE
|
||||
|
||||
/obj/structure/sacrificealtar/attack_hand(mob/living/user)
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
/obj/effect/spawner/random/pizzaparty
|
||||
name = "pizza bomb spawner"
|
||||
icon = 'icons/effects/random_spawners.dmi'
|
||||
icon_state = "pizzabox"
|
||||
loot = list(
|
||||
/obj/item/pizzabox/margherita = 2,
|
||||
@@ -11,7 +10,6 @@
|
||||
/obj/item/pizzabox/firecracker = 1,
|
||||
/obj/item/pizzabox/pizza_bomb = 1
|
||||
)
|
||||
spawn_loot_double = TRUE
|
||||
|
||||
/obj/structure/reagent_dispensers/water_cooler/pizzaparty
|
||||
name = "punch cooler"
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
icon = 'icons/obj/items.dmi' //mapping
|
||||
icon_state = "syndballoon"
|
||||
invisibility = INVISIBILITY_ABSTRACT
|
||||
anchored = TRUE
|
||||
var/list/elements
|
||||
var/floor_type = /turf/simulated/floor/vault/lavaland_air
|
||||
var/finished = FALSE
|
||||
@@ -197,7 +196,6 @@
|
||||
desc = "Puzzling..."
|
||||
icon = 'icons/obj/lavaland/artefacts.dmi'
|
||||
icon_state = "puzzle_pillar"
|
||||
anchored = FALSE
|
||||
density = TRUE
|
||||
var/id = 0
|
||||
var/obj/effect/sliding_puzzle/source
|
||||
|
||||
@@ -13,9 +13,6 @@
|
||||
role_name = "lifebringer"
|
||||
icon = 'icons/obj/lavaland/spawners.dmi'
|
||||
icon_state = "terrarium"
|
||||
density = TRUE
|
||||
roundstart = FALSE
|
||||
death = FALSE
|
||||
mob_species = /datum/species/diona/pod
|
||||
description = "You are a diona on Lavaland with access to a full botany setup. Perfect to mess around with plants in peace."
|
||||
flavour_text = "You are a sentient ecosystem, an example of the mastery over life that your creators possessed. Your masters, benevolent as they were, created uncounted \
|
||||
|
||||
@@ -102,7 +102,6 @@
|
||||
desc = "RICH! YES! YOU KNEW IT WAS WORTH IT! YOU'RE RICH! RICH! RICH!"
|
||||
icon = 'icons/obj/storage.dmi'
|
||||
icon_state = "moneybag"
|
||||
anchored = FALSE
|
||||
density = TRUE
|
||||
|
||||
/obj/structure/cursed_money/Initialize(mapload)
|
||||
@@ -134,7 +133,6 @@
|
||||
/obj/effect/gluttony
|
||||
name = "gluttony's wall"
|
||||
desc = "Only those who truly indulge may pass."
|
||||
anchored = TRUE
|
||||
density = TRUE
|
||||
icon_state = "blob"
|
||||
icon = 'icons/mob/blob.dmi'
|
||||
@@ -158,7 +156,6 @@
|
||||
/obj/structure/mirror/magic/pride
|
||||
name = "pride's mirror"
|
||||
desc = "Pride cometh before the..."
|
||||
icon_state = "magic_mirror"
|
||||
|
||||
/obj/structure/mirror/magic/pride/curse(mob/user)
|
||||
user.visible_message("<span class='danger'><b>The ground splits beneath [user] as [user.p_their()] hand leaves the mirror!</b></span>", \
|
||||
@@ -187,9 +184,7 @@
|
||||
icon_state = "render"
|
||||
item_state = "knife"
|
||||
force = 18
|
||||
throwforce = 10
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
hitsound = 'sound/weapons/bladeslice.ogg'
|
||||
new_attack_chain = TRUE
|
||||
|
||||
/obj/item/kitchen/knife/envy/after_attack(atom/target, mob/user, proximity_flag, click_parameters)
|
||||
|
||||
@@ -11,14 +11,12 @@ GLOBAL_LIST_INIT(ruin_prototypes, list(/area/ruin,
|
||||
/area/ruin
|
||||
name = "\improper Unexplored Location"
|
||||
icon_state = "away"
|
||||
has_gravity = TRUE
|
||||
there_can_be_many = TRUE
|
||||
dynamic_lighting = DYNAMIC_LIGHTING_FORCED
|
||||
ambientsounds = RUINS_SOUNDS
|
||||
sound_environment = SOUND_ENVIRONMENT_STONEROOM
|
||||
|
||||
/area/ruin/unpowered
|
||||
always_unpowered = FALSE
|
||||
|
||||
/area/ruin/powered
|
||||
requires_power = FALSE
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
/obj/effect/mob_spawn/human/alive/spacebase_syndicate
|
||||
name = "Syndicate Researcher sleeper"
|
||||
role_name = "syndicate researcher"
|
||||
icon = 'icons/obj/cryogenic2.dmi'
|
||||
icon_state = "sleeper_s"
|
||||
important_info = "Do not work against traitors or nukies. Do not leave the base."
|
||||
description = "Experiment with deadly chems, plants, viruses, etc in peace."
|
||||
|
||||
Reference in New Issue
Block a user