Combine photosensitive trait with darksight

This commit is contained in:
Arokha Sieyes
2018-11-12 16:46:55 -05:00
parent 2455d4b84e
commit f3bfc1c489
2 changed files with 2 additions and 8 deletions

View File

@@ -90,12 +90,6 @@
cost = -2
var_changes = list("siemens_coefficient" = 2.0) //This makes you extremely weak to tasers.
/datum/trait/photosensitive
name = "Photosensitive"
desc = "Increases stun duration from flashes and other light-based stuns."
cost = -1
var_changes = list("flash_mod" = 2.0)
/datum/trait/hollow
name = "Hollow Bones/Aluminum Alloy"
desc = "Your bones and robot limbs are much easier to break."

View File

@@ -42,13 +42,13 @@
name = "Darksight"
desc = "Allows you to see a short distance in the dark."
cost = 1
var_changes = list("darksight" = 3)
var_changes = list("darksight" = 3, "flash_mod" = 2.0)
/datum/trait/darksight_plus
name = "Darksight (Major)"
desc = "Allows you to see in the dark for the whole screen."
cost = 2
var_changes = list("darksight" = 7)
var_changes = list("darksight" = 7, "flash_mod" = 3.0)
/datum/trait/melee_attack
name = "Sharp Melee"