Adds a Free Solarian Fleets ERT. (#11670)

This commit is contained in:
TheDanseMacabre
2021-04-20 13:13:17 +02:00
committed by GitHub
parent 2b20bfc287
commit a7e3092fe8
14 changed files with 279 additions and 31 deletions
@@ -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
*/