From 2a7b6d7a49192c855163e8635557ac3c76b19c9e Mon Sep 17 00:00:00 2001 From: datlo Date: Fri, 7 Dec 2018 09:29:07 +0000 Subject: [PATCH] rename base and make blast doors robust --- code/game/area/Space Station 13 areas.dm | 2 +- code/game/machinery/doors/poddoor.dm | 7 ++++--- code/modules/admin/verbs/infiltratorteam_syndicate.dm | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/code/game/area/Space Station 13 areas.dm b/code/game/area/Space Station 13 areas.dm index 7c66666af04..b9ea9da98fe 100644 --- a/code/game/area/Space Station 13 areas.dm +++ b/code/game/area/Space Station 13 areas.dm @@ -530,7 +530,7 @@ var/list/ghostteleportlocs = list() //SYNDICATES /area/syndicate_mothership - name = "\improper Syndicate Mothership" + name = "\improper Syndicate Forward Base" icon_state = "syndie-ship" requires_power = 0 diff --git a/code/game/machinery/doors/poddoor.dm b/code/game/machinery/doors/poddoor.dm index b34dc72cb89..3c9c67dfce0 100644 --- a/code/game/machinery/doors/poddoor.dm +++ b/code/game/machinery/doors/poddoor.dm @@ -21,10 +21,11 @@ /obj/machinery/door/poddoor/impassable name = "reinforced blast door" - desc = "A heavy duty blast door that opens mechanically. Looks even tougher than the usual." - armor = list(melee = 100, bullet = 100, laser = 100, energy = 100, bomb = 100, bio = 100, rad = 100) + desc = "A heavy duty blast door that opens mechanically. Looks even tougher than usual." + resistance_flags = INDESTRUCTIBLE -/obj/machinery/door/poddoor/reinforced/emag_act() +/obj/machinery/door/poddoor/impassable/emag_act(mob/user) + to_chat(user, "The electronic systems in this door are far too advanced for your primitive hacking peripherals.") return /obj/machinery/door/poddoor/Bumped(atom/AM) diff --git a/code/modules/admin/verbs/infiltratorteam_syndicate.dm b/code/modules/admin/verbs/infiltratorteam_syndicate.dm index 274a4839222..9f57125d021 100644 --- a/code/modules/admin/verbs/infiltratorteam_syndicate.dm +++ b/code/modules/admin/verbs/infiltratorteam_syndicate.dm @@ -99,7 +99,7 @@ var/global/sent_syndicate_infiltration_team = 0 new_syndicate_infiltrator.loc = warpto.loc sit_spawns_leader -= warpto team_leader = new_syndicate_infiltrator - to_chat(new_syndicate_infiltrator, "As team leader, it is up to you to organize your team! Give the job to someone else if you can't handle it. Only your ID opens the exit door.") + to_chat(new_syndicate_infiltrator, "As team leader, it is up to you to organize your team! Give the job to someone else if you can't handle it.") else to_chat(new_syndicate_infiltrator, "Your team leader is: [team_leader]. They are in charge!") teamsize--