Skip to content

Commit

Permalink
clean - 3 10 23
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDuckedGoose committed Oct 3, 2023
1 parent edbda1c commit 777dd60
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion SQL/prefs_migration_2023-07-26.sql
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ ALTER TABLE `SS13_characters`
ADD COLUMN IF NOT EXISTS `feature_mcolor` VARCHAR(64) COLLATE 'utf8mb4_general_ci' NULL AFTER `feature_lizard_tail`,
ADD COLUMN IF NOT EXISTS `feature_human_tail` VARCHAR(64) COLLATE 'utf8mb4_general_ci' NULL AFTER `feature_mcolor`,
ADD COLUMN IF NOT EXISTS `feature_human_ears` VARCHAR(64) COLLATE 'utf8mb4_general_ci' NULL AFTER `feature_human_tail`,
ADD COLUMN IF NOT EXISTS `feature_psyphoza_cap` VARCHAR(64) COLLATE 'utf8mb4_general_ci' NULL AFTER `feature_human_ears`,
MODIFY COLUMN `helmet_style` VARCHAR(64) COLLATE 'utf8mb4_general_ci' NULL,
MODIFY COLUMN `preferred_ai_core_display` VARCHAR(64) COLLATE 'utf8mb4_general_ci' NULL,
MODIFY COLUMN `preferred_security_department` VARCHAR(32) COLLATE 'utf8mb4_general_ci' NULL,
Expand Down
1 change: 0 additions & 1 deletion code/datums/datacore.dm
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,5 @@
security_records_out += list(crew_record)
return security_records_out

// TODO tgui-prefs test this
/datum/datacore/proc/get_id_photo(mob/living/carbon/human/human, show_directions = list(SOUTH))
return get_flat_existing_human_icon(human, show_directions)
1 change: 0 additions & 1 deletion code/game/turfs/closed/_closed.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
/turf/closed/Initialize(mapload)
. = ..()


/turf/closed/AfterChange()
. = ..()
SSair.high_pressure_delta -= src
Expand Down
1 change: 1 addition & 0 deletions code/modules/antagonists/heretic/rust_effect.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
icon_state = "small_rune_1"
duration = 1 MINUTES
layer = LOW_SIGIL_LAYER
plane = GAME_PLANE

/obj/effect/temp_visual/glowing_rune/Initialize(mapload)
. = ..()
Expand Down
1 change: 0 additions & 1 deletion code/modules/mob/living/carbon/carbon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,6 @@
else
set_stat(CONSCIOUS)
cure_blind(UNCONSCIOUS_BLIND)

REMOVE_TRAIT(src, TRAIT_SIXTHSENSE, "near-death")
update_mobility()
update_damage_hud()
Expand Down

0 comments on commit 777dd60

Please sign in to comment.