mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
SCC Things (#11330)
This commit is contained in:
@@ -7,8 +7,11 @@
|
||||
icon_state = "impact_laser"
|
||||
light_color = LIGHT_COLOR_RED
|
||||
|
||||
/obj/effect/projectile/impact/laser/scc
|
||||
icon_state = "impact_scc"
|
||||
light_color = COLOR_INDIGO
|
||||
|
||||
/obj/effect/projectile/impact/laser/blue
|
||||
name = "laser impact"
|
||||
icon_state = "impact_blue"
|
||||
light_color = LIGHT_COLOR_BLUE
|
||||
|
||||
|
||||
@@ -6,6 +6,10 @@
|
||||
icon_state = "muzzle_laser"
|
||||
light_color = LIGHT_COLOR_RED
|
||||
|
||||
/obj/effect/projectile/muzzle/laser/scc
|
||||
icon_state = "muzzle_scc"
|
||||
light_color = COLOR_INDIGO
|
||||
|
||||
/obj/effect/projectile/muzzle/laser/blue
|
||||
icon_state = "muzzle_blue"
|
||||
light_color = LIGHT_COLOR_BLUE
|
||||
|
||||
@@ -19,6 +19,10 @@
|
||||
icon_state = "beam"
|
||||
light_color = LIGHT_COLOR_RED
|
||||
|
||||
/obj/effect/projectile/tracer/laser/scc
|
||||
icon_state = "beam_scc"
|
||||
light_color = COLOR_INDIGO
|
||||
|
||||
/obj/effect/projectile/tracer/laser/blue
|
||||
icon_state = "beam_blue"
|
||||
|
||||
|
||||
@@ -232,3 +232,13 @@
|
||||
|
||||
/obj/item/storage/toolbox/lunchbox/schlorrgo/filled
|
||||
filled = TRUE
|
||||
|
||||
/obj/item/storage/toolbox/lunchbox/scc
|
||||
name = "Stellar Corporate Conglomerate lunchbox"
|
||||
desc = "A little lunchbox. This one is branded with the Stellar Corporate Conglomerate logo."
|
||||
desc_fluff = "The Stellar Corporate Conglomerate, also known as Chainlink, is a joint alliance between the NanoTrasen Corporation, Hephaestus Industries, Idris Incorporated, Zeng-Hu Pharmaceuticals and Zavodskoi Interstellar to exercise an undisputed economic dominance over the Orion Spur."
|
||||
icon_state = "lunchbox_scc"
|
||||
item_state = "lunchbox_scc"
|
||||
|
||||
/obj/item/storage/toolbox/lunchbox/scc/filled
|
||||
filled = TRUE
|
||||
@@ -121,4 +121,11 @@
|
||||
name = "new gibson banner"
|
||||
desc = "A banner depicting the flag of New Gibson."
|
||||
icon_state = "newgibson_down"
|
||||
icon_up = "newgibson_up"
|
||||
icon_up = "newgibson_up"
|
||||
|
||||
/obj/structure/banner/scc
|
||||
name = "Stellar Corporate Conglomerate banner"
|
||||
desc = "A deep blue banner adorned with the logo of the Stellar Corporate Conglomerate."
|
||||
desc_fluff = "The Stellar Corporate Conglomerate, also known as Chainlink, is a joint alliance between the NanoTrasen Corporation, Hephaestus Industries, Idris Incorporated, Zeng-Hu Pharmaceuticals and Zavodskoi Interstellar to exercise an undisputed economic dominance over the Orion Spur."
|
||||
icon_state = "scc_banner_down"
|
||||
icon_up = "scc_banner_up"
|
||||
@@ -778,6 +778,28 @@
|
||||
name = "Large Republic of Biesel flag"
|
||||
flag_size = 1
|
||||
|
||||
/obj/structure/sign/flag/scc
|
||||
name = "Stellar Corporate Conglomerate flag"
|
||||
desc = "The colours and logo of the Stellar Corporate Conglomerate."
|
||||
desc_fluff = "The Stellar Corporate Conglomerate, also known as Chainlink, is a joint alliance between the NanoTrasen Corporation, Hephaestus Industries, Idris Incorporated, Zeng-Hu Pharmaceuticals and Zavodskoi Interstellar to exercise an undisputed economic dominance over the Orion Spur."
|
||||
icon_state = "scc"
|
||||
|
||||
/obj/structure/sign/flag/scc/left
|
||||
icon_state = "scc_l"
|
||||
|
||||
/obj/structure/sign/flag/scc/right
|
||||
icon_state = "scc_r"
|
||||
|
||||
/obj/item/flag/scc
|
||||
name = "Stellar Corporate Conglomerate flag"
|
||||
desc = "The flag representing the Stellar Corporate Conglomerate."
|
||||
desc_fluff = "The Stellar Corporate Conglomerate, also known as Chainlink, is a joint alliance between the NanoTrasen Corporation, Hephaestus Industries, Idris Incorporated, Zeng-Hu Pharmaceuticals and Zavodskoi Interstellar to exercise an undisputed economic dominance over the Orion Spur."
|
||||
flag_path = "scc"
|
||||
|
||||
/obj/item/flag/scc/l
|
||||
name = "Large Stellar Corporate Conglomerate flag"
|
||||
flag_size = 1
|
||||
|
||||
/obj/item/flag/afterattack(var/atom/A, var/mob/user, var/adjacent, var/clickparams)
|
||||
if (!adjacent)
|
||||
return
|
||||
@@ -824,10 +846,14 @@
|
||||
P2.pixel_y = 32
|
||||
P2.name = name
|
||||
P2.desc = desc
|
||||
P2.desc_info = desc_info
|
||||
P2.desc_fluff = desc_fluff
|
||||
else
|
||||
P.icon_state = "[flag_path]"
|
||||
P.name = name
|
||||
P.desc = desc
|
||||
P.desc_info = desc_info
|
||||
P.desc_fluff = desc_fluff
|
||||
qdel(src)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user