[MIRROR] Shrunk arrow from pointing at things. Command roles unaffected thanks to id trims (also new skillchip). (#29461)

Shrunk arrow from pointing at things. Command roles unaffected thanks to id trims (also new skillchip).

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-08-21 02:10:59 +02:00
committed by GitHub
parent d268ec8250
commit e6e2af8b4c
23 changed files with 253 additions and 20 deletions
@@ -160,6 +160,8 @@
l_pocket = /obj/item/uplink/nuclear
r_pocket = /obj/item/modular_computer/pda/nukeops
skillchips = list(/obj/item/skillchip/disk_verifier)
/obj/effect/mob_spawn/ghost_role/human/syndicate/battlecruiser/captain
name = "Syndicate Battlecruiser Captain"
you_are_text = "You are the captain aboard the syndicate flagship: the SBC Starfury."
@@ -184,3 +186,8 @@
mask = /obj/item/cigarette/cigar/havana
l_pocket = /obj/item/melee/energy/sword/saber/red
r_pocket = /obj/item/melee/baton/telescopic
skillchips = list(
/obj/item/skillchip/disk_verifier,
/obj/item/skillchip/big_pointer,
)