Skip to content

Commit

Permalink
Merge branch 'master' into REVIVE-SAD
Browse files Browse the repository at this point in the history
  • Loading branch information
MosleyTheMalO committed May 11, 2024
2 parents be4861a + 839379c commit 6ff3d74
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions code/modules/mining/equipment/explorer_gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/obj/item/clothing/suit/hooded/explorer
name = "explorer suit"
desc = "An armoured suit for exploring harsh environments."
icon_state = "explorer-normal"
item_state = "explorer-normal"
icon_state = "explorer"
item_state = "explorer"
var/suit_type = "normal"
body_parts_covered = CHEST|GROIN|LEGS|ARMS
cold_protection = CHEST|GROIN|LEGS|ARMS
Expand All @@ -13,7 +13,7 @@
flags_inv = HIDEJUMPSUIT|HIDETAUR
allowed = list(/obj/item/flashlight, /obj/item/tank/internals, /obj/item/resonator, /obj/item/mining_scanner, /obj/item/t_scanner/adv_mining_scanner, /obj/item/gun/energy/kinetic_accelerator, /obj/item/pickaxe)
resistance_flags = FIRE_PROOF
mutantrace_variation = STYLE_DIGITIGRADE|STYLE_SNEK_TAURIC|STYLE_PAW_TAURIC
mutantrace_variation = STYLE_DIGITIGRADE|STYLE_ALL_TAURIC
no_t = TRUE

/obj/item/clothing/head/hooded/explorer
Expand Down
2 changes: 1 addition & 1 deletion code/modules/research/techweb/nodes/computer_hud_nodes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
display_name = "Computer Consoles"
description = "Computers and how they work."
prereq_ids = list("datatheory")
design_ids = list("cargo", "cargorequest", "libraryconsole", "mining", "miningshuttle", "crewconsole", "rdcamera", "comconsole", "idcardconsole", "seccamera")
design_ids = list("cargo", "cargorequest", "bounty", "libraryconsole", "mining", "miningshuttle", "crewconsole", "rdcamera", "comconsole", "idcardconsole", "seccamera")
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2000)

/datum/techweb_node/computer_hardware_basic //Modular computers are shitty and nearly useless so until someone makes them actually useful this can be easy to get.
Expand Down
5 changes: 5 additions & 0 deletions html/changelogs/archive/2024-05.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
SandPoot:
- tweak: Mobs that can push structures off the floor will no longer do so unless
it blocks path to a target.
2024-05-09:
Fabian272:
- rscadd: Regular bounty console added to research, letting you print it.
MysteryMan21333:
- bugfix: Fixs the Mining suit taur sprite.
Binary file modified icons/mob/clothing/suit.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/taur_canine.dmi
Binary file not shown.

0 comments on commit 6ff3d74

Please sign in to comment.