From ccdf83b8af545dd5a98e2e9e732466733e6793e0 Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Fri, 9 Jan 2015 11:28:55 +0800 Subject: [PATCH] QuickTidyUp --- code/modules/admin/verbs/one_click_antag.dm | 2 +- code/modules/clothing/spacesuits/miscellaneous.dm | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/code/modules/admin/verbs/one_click_antag.dm b/code/modules/admin/verbs/one_click_antag.dm index cd713b334fd..cfac035390e 100644 --- a/code/modules/admin/verbs/one_click_antag.dm +++ b/code/modules/admin/verbs/one_click_antag.dm @@ -428,7 +428,7 @@ client/proc/one_click_antag() return 0 -// DEATH SQUADS +// EMERGENCY RESPONSE TEAM /datum/admins/proc/makeEmergencyresponseteam() var/list/mob/dead/observer/candidates = list() var/time_passed = world.time diff --git a/code/modules/clothing/spacesuits/miscellaneous.dm b/code/modules/clothing/spacesuits/miscellaneous.dm index dba1af69942..5e4f5b97571 100644 --- a/code/modules/clothing/spacesuits/miscellaneous.dm +++ b/code/modules/clothing/spacesuits/miscellaneous.dm @@ -116,9 +116,7 @@ strip_delay = 40 put_on_delay = 20 -/obj/item/clothing/head/helmet/space/hardsuit - - + //Emergency Response Team suits /obj/item/clothing/head/helmet/space/hardsuit/ert name = "emergency response unit helmet" desc = "Standard issue command helmet for the ERT"