From f7e78a0bd96c61fe6fb181fc645f6a1b678e322f Mon Sep 17 00:00:00 2001 From: Markolie Date: Wed, 14 Jan 2015 01:42:16 +0100 Subject: [PATCH] Actually give the ERT a PDA (forgot to include it a while back) --- code/game/response_team.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/response_team.dm b/code/game/response_team.dm index c7039c194e5..2ccf68efd5a 100644 --- a/code/game/response_team.dm +++ b/code/game/response_team.dm @@ -310,6 +310,7 @@ proc/trigger_armed_response_team(var/force = 0) pda.owner = real_name pda.ownjob = "Emergency Response Team[leader_selected ? " Leader" : ""]" pda.name = "PDA-[real_name] ([pda.ownjob])" + equip_to_slot_or_del(pda, slot_wear_pda) if (leader_selected) W.access += access_cent_teleporter