From a1825a6cdd3f0fe8cc50d8bea5aa44875ab03fa1 Mon Sep 17 00:00:00 2001 From: moxian Date: Mon, 9 Nov 2020 06:56:05 +0000 Subject: [PATCH] Formatting. --- code/datums/hud.dm | 1 - code/game/data_huds.dm | 2 +- code/modules/mob/living/carbon/human/human.dm | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/code/datums/hud.dm b/code/datums/hud.dm index 67fbca087f2..50152c4873d 100644 --- a/code/datums/hud.dm +++ b/code/datums/hud.dm @@ -111,4 +111,3 @@ GLOBAL_LIST_INIT(huds, list( \ /mob/new_player/add_click_catcher() return - diff --git a/code/game/data_huds.dm b/code/game/data_huds.dm index cfb2edb49f2..e21d2ed5b43 100644 --- a/code/game/data_huds.dm +++ b/code/game/data_huds.dm @@ -465,7 +465,7 @@ if(!R) return - var/commenter_display = "Somebody(???)" + var/commenter_display = "Something(???)" if(ishuman(commenter)) var/mob/living/carbon/human/U = commenter commenter_display = "[U.get_authentification_name()] ([U.get_assignment()])" diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 8fbf34c7033..7972edcb69d 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -621,8 +621,6 @@ dna.species.spec_electrocute_act(src, shock_damage, source, siemens_coeff, safety, override, tesla_shock, illusion, stun) . = ..(shock_damage, source, siemens_coeff, safety, override, tesla_shock, illusion, stun) - - /mob/living/carbon/human/Topic(href, href_list) if(!usr.stat && usr.canmove && !usr.restrained() && in_range(src, usr)) var/thief_mode = 0