diff --git a/code/modules/clothing/glasses/hud.dm b/code/modules/clothing/glasses/hud.dm index 6cbd4620382..0f7365a3417 100644 --- a/code/modules/clothing/glasses/hud.dm +++ b/code/modules/clothing/glasses/hud.dm @@ -20,6 +20,12 @@ emagged = 1 desc = desc + " The display flickers slightly." +/obj/item/clothing/glasses/hud/emag_act(mob/user) + if(emagged == 0) + emagged = 1 + user << "PZZTTPFFFT" + desc = desc + " The display flickers slightly." + /obj/item/clothing/glasses/hud/health name = "Health Scanner HUD" desc = "A heads-up display that scans the humans in view and provides accurate data about their health status." @@ -60,11 +66,6 @@ darkness_view = 8 invis_view = SEE_INVISIBLE_MINIMUM -/obj/item/clothing/glasses/hud/security/sunglasses/emp_act(severity) - if(emagged == 0) - emagged = 1 - desc = desc + " The display flickers slightly." - /obj/item/clothing/glasses/hud/security/sunglasses/gars name = "HUD gar glasses" desc = "GAR glasses with a HUD." diff --git a/config/admins.txt b/config/admins.txt index b617003497b..8a308e187ce 100644 --- a/config/admins.txt +++ b/config/admins.txt @@ -84,3 +84,4 @@ vekter = Game Master Ahammer18 = Game Master ACCount12 = Game Master fayrik = Game Master +shadowlight213 = Game Master \ No newline at end of file diff --git a/html/changelogs/palpatine213-hudemag.yml b/html/changelogs/palpatine213-hudemag.yml new file mode 100644 index 00000000000..cd2b300bb20 --- /dev/null +++ b/html/changelogs/palpatine213-hudemag.yml @@ -0,0 +1,37 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# spellcheck (typo fixes) +# experiment +# tgs (TG-ported fixes?) +################################# + +# Your name. +author: Palpatine213 + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - tweak: "Allows sechuds to have their id locks removed via emag as well as EMP" +