mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #4499 from VOREStation/aro-darkphoto
Combine photosensitive trait with darksight
This commit is contained in:
@@ -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."
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user