mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Adds a Free Solarian Fleets ERT. (#11670)
This commit is contained in:
@@ -498,6 +498,11 @@ var/const/NO_EMAG_ACT = -50
|
||||
access = list(access_distress, access_maint_tunnels, access_external_airlocks)
|
||||
..()
|
||||
|
||||
/obj/item/card/id/distress/fsf
|
||||
name = "\improper Free Solarian Fleets ID"
|
||||
icon_state = "centcom"
|
||||
assignment = "Free Solarian Fleets Marine ID"
|
||||
|
||||
/obj/item/card/id/distress/kataphract
|
||||
name = "\improper Kataphract ID"
|
||||
icon_state = "centcom"
|
||||
|
||||
@@ -316,6 +316,20 @@
|
||||
..()
|
||||
icon_state = "edagger1"
|
||||
|
||||
/obj/item/melee/energy/sword/knife/sol
|
||||
name = "solarian energy dagger"
|
||||
desc = "A relatively inexpensive energy blade, this is the standard-issue combat knife given to the Solarian military."
|
||||
icon_state = "sol_edagger0"
|
||||
base_reflectchance = 10
|
||||
base_block_chance = 10
|
||||
active_force = 20
|
||||
force = 10
|
||||
origin_tech = list(TECH_MAGNET = 3)
|
||||
|
||||
/obj/item/melee/energy/sword/knife/sol/activate(mob/living/user)
|
||||
..()
|
||||
icon_state = "sol_edagger1"
|
||||
|
||||
/*
|
||||
*Power Sword
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user