Skip to content

Commit

Permalink
Laser Eye (#75)
Browse files Browse the repository at this point in the history
* laser eye

* laser eyessss

* PEW PEW PEW LAZER EYE

* CHANGELOG
  • Loading branch information
Anderbergst authored and Carbonhell committed Jan 21, 2017
1 parent c951159 commit 45284dd
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/game/objects/items/weapons/storage/uplink_kits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -327,3 +327,10 @@
/obj/item/weapon/storage/box/syndie_kit/voodoo/New()
..()
new /obj/item/voodoo(src)

/obj/item/weapon/storage/box/syndie_kit/lasereye
name = "laser eye kit"

/obj/item/weapon/storage/box/syndie_kit/lasereye/New()
..()
new /obj/item/weapon/dnainjector/lasereyesmut(src)
8 changes: 8 additions & 0 deletions code/modules/uplink/uplink_item.dm
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@ var/list/uplink_items = list() // Global list so we only initialize this once.
cost = 10
jobs = list("Chemist", "Medical Doctor", "Chief Medical Officer", "Geneticist", "Virologist")

//GENETICIST
/datum/uplink_item/job_specific/lasereye
name = "Laser Eyes DNA Injector"
desc = "An injector containing a syndicate modified retrovirus strain that mutates the user's eyes allowing them to project laser bolts at will."
item = /obj/item/weapon/storage/box/syndie_kit/lasereye
cost = 8
jobs = list("Geneticist")

//SERVICE DIVISION
/datum/uplink_item/job_specific/chainsaw
name = "Chainsaw"
Expand Down
4 changes: 4 additions & 0 deletions html/changelogs/Anderbergst - LaserEyes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
author: Anderbergst
delete-after: True
changes:
- rscadd: "Added new geneticist exclusive traitor item called Laser Eyes DNA Injector to the uplink. For 8tc you can now purchase an injector containing a syndicate modified retrovirus strain that mutates the user's eyes allowing them to project laser bolts at will.

0 comments on commit 45284dd

Please sign in to comment.