mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
The Tau Ceti Foreign Legion (#5779)
This pr adds the Tau Ceti Foreign Legion, at the request of the lore team, to replace/be an alternative to the ert.
This commit is contained in:
@@ -258,12 +258,28 @@
|
||||
name = "energy cutlass"
|
||||
desc = "Arrrr matey."
|
||||
icon_state = "cutlass0"
|
||||
|
||||
base_reflectchance = 60
|
||||
base_block_chance = 60
|
||||
|
||||
/obj/item/weapon/melee/energy/sword/pirate/activate(mob/living/user)
|
||||
..()
|
||||
icon_state = "cutlass1"
|
||||
|
||||
/obj/item/weapon/melee/energy/sword/knife
|
||||
name = "energy utility knife"
|
||||
desc = "Some cheap energy blade, branded at the hilt with the logo of the Tau Ceti Foreign Legion."
|
||||
icon_state = "edagger0"
|
||||
base_reflectchance = 10
|
||||
base_block_chance = 10
|
||||
active_force = 20
|
||||
force = 10
|
||||
origin_tech = list(TECH_MAGNET = 3)
|
||||
|
||||
/obj/item/weapon/melee/energy/sword/knife/activate(mob/living/user)
|
||||
..()
|
||||
icon_state = "edagger1"
|
||||
|
||||
/*
|
||||
*Power Sword
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user