From f03aa5e0fae76d9bed9737e84310956d3c5020c6 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Mon, 5 Jun 2017 13:50:54 -0500 Subject: [PATCH] Adds some more syndicate equipment. --- .../structures/ghost_role_spawners.dm.rej | 28 ++++++++++++++++++ code/modules/clothing/head/jobs.dm | 4 +++ code/modules/clothing/under/syndicate.dm | 9 +++++- code/modules/ruins/lavaland_ruin_code.dm.rej | 9 ++++++ icons/obj/clothing/uniforms.dmi | Bin 57846 -> 58074 bytes 5 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 code/game/objects/structures/ghost_role_spawners.dm.rej create mode 100644 code/modules/ruins/lavaland_ruin_code.dm.rej diff --git a/code/game/objects/structures/ghost_role_spawners.dm.rej b/code/game/objects/structures/ghost_role_spawners.dm.rej new file mode 100644 index 0000000000..80ef675804 --- /dev/null +++ b/code/game/objects/structures/ghost_role_spawners.dm.rej @@ -0,0 +1,28 @@ +diff a/code/game/objects/structures/ghost_role_spawners.dm b/code/game/objects/structures/ghost_role_spawners.dm (rejected hunks) +@@ -396,7 +396,7 @@ + + /obj/effect/mob_spawn/human/syndicate/battlecruiser + name = "Syndicate Battlecruiser Ship Operative" +- flavour_text = "You are a crewmember aboard the syndicate flaship: the SBC Starfury. Your job is to follow your captain's orders, maintain the ship, and keep the engine running. If you are not familiar with how the supermatter engine functions: do not attempt to start it.

The armory is not a candy store, and your role is not to assault the station directly, leave that work to the assault operatives.
" ++ flavour_text = "You are a crewmember aboard the syndicate flagship: the SBC Starfury. Your job is to follow your captain's orders, maintain the ship, and keep the engine running. If you are not familiar with how the supermatter engine functions: do not attempt to start it.

The armory is not a candy store, and your role is not to assault the station directly, leave that work to the assault operatives.
" + outfit = /datum/outfit/syndicate_empty/SBC + + /datum/outfit/syndicate_empty/SBC +@@ -407,7 +407,7 @@ + + /obj/effect/mob_spawn/human/syndicate/battlecruiser/assault + name = "Syndicate Battlecruiser Assault Operative" +- flavour_text = "You are an assault operative aboard the syndicate flaship: the SBC Starfury. Your job is to follow your captain's orders, keep intruders out of the ship, and assault Space Station 13. There is an armory, multiple assault ships, and beam cannons to attack the station with.

Work as a team with your fellow operatives and work out a plan of attack. If you are overwhelmed, escape back to your ship!
" ++ flavour_text = "You are an assault operative aboard the syndicate flagship: the SBC Starfury. Your job is to follow your captain's orders, keep intruders out of the ship, and assault Space Station 13. There is an armory, multiple assault ships, and beam cannons to attack the station with.

Work as a team with your fellow operatives and work out a plan of attack. If you are overwhelmed, escape back to your ship!
" + outfit = /datum/outfit/syndicate_empty/SBC/assault + + /datum/outfit/syndicate_empty/SBC/assault +@@ -423,7 +423,7 @@ + + /obj/effect/mob_spawn/human/syndicate/battlecruiser/captain + name = "Syndicate Battlecruiser Captain" +- flavour_text = "You are the captain aboard the syndicate flaship: the SBC Starfury. Your job is to oversee your crew, defend the ship, and destroy Space Station 13. The ship has an armory, multiple ships, beam cannons, and multiple crewmembers to accomplish this goal.

As the captain, this whole operation falls on your shoulders. You do not need to nuke the station, causing sufficient damage and preventing your ship from being destroyed will be enough.
" ++ flavour_text = "You are the captain aboard the syndicate flagship: the SBC Starfury. Your job is to oversee your crew, defend the ship, and destroy Space Station 13. The ship has an armory, multiple ships, beam cannons, and multiple crewmembers to accomplish this goal.

As the captain, this whole operation falls on your shoulders. You do not need to nuke the station, causing sufficient damage and preventing your ship from being destroyed will be enough.
" + outfit = /datum/outfit/syndicate_empty/SBC/assault/captain + id_access_list = list(150,151) + diff --git a/code/modules/clothing/head/jobs.dm b/code/modules/clothing/head/jobs.dm index 083332c3bd..9299bd33bf 100644 --- a/code/modules/clothing/head/jobs.dm +++ b/code/modules/clothing/head/jobs.dm @@ -116,6 +116,10 @@ armor = list(melee = 40, bullet = 30, laser = 25, energy = 10, bomb = 25, bio = 10, rad = 0, fire = 50, acid = 60) strip_delay = 80 +/obj/item/clothing/head/HoS/syndicate + name = "syndicate cap" + desc = "A black cap fit for a high ranking syndicate officer." + /obj/item/clothing/head/HoS/beret name = "head of security beret" desc = "A robust beret for the Head of Security, for looking stylish while not sacrificing protection." diff --git a/code/modules/clothing/under/syndicate.dm b/code/modules/clothing/under/syndicate.dm index 1b9c47eaad..5c20b7d783 100644 --- a/code/modules/clothing/under/syndicate.dm +++ b/code/modules/clothing/under/syndicate.dm @@ -37,4 +37,11 @@ item_color = "trackpants" can_adjust = 0 armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0, fire = 0, acid = 0) - resistance_flags = 0 \ No newline at end of file + resistance_flags = 0 + +/obj/item/clothing/under/syndicate/combat + name = "combat uniform" + desc = "With a suit lined with this many pockets, you are ready to operate." + icon_state = "syndicate_combat" + item_color = "syndicate_combat" + can_adjust = 0 \ No newline at end of file diff --git a/code/modules/ruins/lavaland_ruin_code.dm.rej b/code/modules/ruins/lavaland_ruin_code.dm.rej new file mode 100644 index 0000000000..8e4119c3b1 --- /dev/null +++ b/code/modules/ruins/lavaland_ruin_code.dm.rej @@ -0,0 +1,9 @@ +diff a/code/modules/ruins/lavaland_ruin_code.dm b/code/modules/ruins/lavaland_ruin_code.dm (rejected hunks) +@@ -148,6 +148,7 @@ + back = /obj/item/weapon/storage/backpack + r_pocket = /obj/item/weapon/gun/ballistic/automatic/pistol + id = /obj/item/weapon/card/id ++ implants = list(/obj/item/weapon/implant/weapons_auth) + + /datum/outfit/lavaland_syndicate/post_equip(mob/living/carbon/human/H) + H.faction |= "syndicate" diff --git a/icons/obj/clothing/uniforms.dmi b/icons/obj/clothing/uniforms.dmi index 327d2749f7638ad7e83c9b621bbf08e9a989c396..deb0908fed5673627db3ab298795404899906c90 100644 GIT binary patch delta 4344 zcmcImcT`hbvkxF03`L6IrFW1fRglm`Ktu0H?}8vfnjsvTq9RR1dQp@TdY2A@QbbW{ zQgdk`G^q(vl6>Lb>;3Dk^}V&;dS{(=*4{I}DQ9NSp277}On;zA5d_YWJ+QF3uj>)y z2J^Xh-zUHy1PaSd&-#?Kti*7A(!t4P*e{kZZCD^@{@gX12XYk4^bB^dg)cC{iBp7QZ(5>E`&!LbWl_6?xH7qs!6X&$5AGq_^J*Xj7m2(5#{k22LZx zpGxsJEfq|c?(V3!+e1@dvjTKi?YIrrV63*q8t9fwxW@`i`6PeF{F9 z*s(gCD4ONX!D0Dfq%5aF*1Rlm40N6D96F#M*Y>h# zhiN2{4Q#)Ik6O~h%6c;C*+)O}P?YHU_k8_$&T|ZDaEa-hvXWt0*KR9^Op+ZiV9C%^ zx2$1-6`4g>JQ?4WOPZHSn^rE$ zssuEe(sDj)j0CKU%|ho4GZimu67+o9&3YKXR7Ou`V_qfF(Qv7w(`hkg8TtvJ2PxRT z;(k5h11IWd_yJ{Uv-g}#0pzd4YiV|jO_xQ4PAVl(WD3M$A=MJ~}N z!ZZ_$YWusn1~;zJ7Pk1l&Zd>)NUC#ajI1zV?C24@VltJO z@y+Lp#c}QYvy9Z6rL)!bpTjO*Iaxn;MLo-?-6_iBYA1c{A1vHZYZQ?d_4*U$55E27 zGNwQp4Gg|4rNtDY9B&k!GD<13e7|N!aqQQ8acp^BNGtgWj@Po)AP7nFt&1IH0V?l4c9Zkmst@eTW(KCHZdlH_oZ7|; zkwrv9anCvDSqfbQ<+z0D?zsC&yePA@=L*i$D!Gz3ts-Tvmeg3tmbu1J`+*t1=$$2R zS!1qdRx$dA$dq`Y7Hdz6@QScZ&AUy1P`aizpC4p4Hzz0n*6Z-VIOgYm&Q#VuY)Vu) z4xzFN^!tCin36*=%@)U)9P{kgk-7e=mz4=FsBKv8pmS5R6m8Mydb-M(cTqAJNLAbz5oTY(KPR4AT3D@DGyPbfbQ>`Ab`3DRyejesxZ7 z?0EB_a^GL@4kF}uB3x7jNj9O5Z}1YN;>bV%8mL0wxp~65sKn~7pJjoi+c=yk=zi#7 zSl!_mxQsWsAL`~G0FZ0maPRP%=8oNV8db2FjF2#L4bh!|7guuHp<2;_@Do-LOF-w^ z;2(=5K!es~YX_bd6i@iRl=V=L8?le<-P#%G+=)-Oxbie?;=WyizTQQ z#>Omw4}7`VPm!GOy*Jbp6)ojxNE|6D{+jarvMM6&=6VEj10Zj^TCjdx&|USVq?I80 ze`Q&l5h=`u$(}ZiZ!UKZ0hbEB?LQm+EdQ7C|4ESiMD|FVzi%lpPMiN%gvRENT7W{* zs-inv(U&Q?KQUuuRp;{xO4=hkCx;C5ME8AZ$7Q<)n#9CJ5k$JhaCy|o>J`UijbpKS z#G!+Zny4r>7QQY+)U$p+nJAVC=LvV4e&xe;s(f2>+?ZmAI+g}?K~IXkx6!=lv4RJ3 zJmA7{qy;584OJ`+?tu7_>SU~~W`vND}N+{-wyrdCrBlXBz;VGiz z!3#{$AO-53{WqK*4+)~$#Ty-!AA5~sVjIPg_v}~8Ncy^0{wUT9dt}O1sx6D@r__NU zZxO?Cz^TJozgA{iJG&gZh>0^XH1Q>zC}PZhJlQ+qcFj-8!canlf&&Ja99f?PA2a8_ zK>=gDAAZcW?Y`bv@2=|9IQUYK{8HV4n2Ac(v}9}gg{L_Lh()FjPLx*odi=2#z_hRv z<^X}1XA#tH%L>(rxWorKz>&ibfkp7B@xtjmLB@Mg7vE@}7ujBF zO7wRr&E2LTjUIbpVTkpCkhktrX08gsi6FP5U%o{5h z%#lj#jHJ%YuI7F#5y>>q7>5lJje4RM{UsU1doXz$6g)H*{qTF)wpi55+DX1?I4vvL zt#c*}fTjok0I~~ic=2^Vj^tu_i5FSPE8g}p{DmXNjC-r1jPF=MvSi&-?Xe*q$96L^ z_sXDMhnN%1)$;nG5%_la+#+Gj`LsHFr57FwYU>P`L`45Hi#>KuWKy=4}>^-MqWxo zt*ihmE__{`yg5$h0-ehSd|UiP27^dXH>jmMci;sKO?9Eso?{QS4S643K1`rXpsEC= zYcQO&J~Wt>-O(yfA5romcKYk~XH7GYj)bq11>uZq32}=v&!Vc=&@=u7t98U(n01aXvr#Wt$ zR73V$i$ez-f+TQyKF(-SS|^^I#yE~}t>t8!o+1~|#@EJKTH zdn>Q~Ai1T~6{*yYm{mj&D{|7_z7_sq%B@`$>b=C;=a#3RyV-}Qm)!lp@tKBq8knk% zmNuZ_FVZoLcRqhf)wf~wLSlc1ai_C9B;1iQ-k#bj;|hKKz3nuaOw!mCN?-8OEz@by zeYIv%#3)2yvfK%hYs#Vx&|E~A$!l)lJn!D!s`+MhnupMk`3Vm$NT^ zXenCw)HTJ%cL2d)CgVxns*0C~4AHY<6vLuTa}@HY7&Q&3nSC}hw=z*Nk&PX2XS{k8 zPEtA|=+xp!&230ZWa!sHW6NV#59>u4y`Xp3dDC7q?}bSOYqB%Y^1I*HUo()6^1m7t zIc=U IZReQ(0G`@`L;wH) delta 4124 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 UG&1r8V0