mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Merge pull request #2402 from Cyrelius/Cyrelius-patch-1
Darksight improvement.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
desc = "Decreases your susceptibility to electric shocks by a 50% amount." //CHOMP Edit
|
||||
cost = 3 //Let us not forget this effects tasers!
|
||||
var_changes = list("siemens_coefficient" = 0.5) //CHOMP Edit
|
||||
|
||||
/* //Chompedit, moving to Positive_ch.dm so it wont be messed with from upstream
|
||||
/datum/trait/positive/darksight
|
||||
name = "Darksight"
|
||||
desc = "Allows you to see a short distance in the dark and 10% more susceptible to flashes." //CHOMP Edit
|
||||
@@ -52,7 +52,7 @@
|
||||
desc = "Allows you to see in the dark for almost the whole screen and 20% more susceptible to flashes." //CHOMP Edit
|
||||
cost = 2
|
||||
var_changes = list("darksight" = 6) //CHOMP Edit
|
||||
|
||||
*/
|
||||
/datum/trait/positive/melee_attack
|
||||
name = "Sharp Melee"
|
||||
desc = "Provides sharp melee attacks that do slightly more damage."
|
||||
|
||||
@@ -4,6 +4,18 @@
|
||||
cost = 2
|
||||
var_changes = list("num_alternate_languages" = 12)
|
||||
|
||||
/datum/trait/positive/darksight
|
||||
name = "Darksight"
|
||||
desc = "Allows you to see a short distance in the dark."
|
||||
cost = 1
|
||||
var_changes = list("darksight" = 4) //CHOMP Edit
|
||||
|
||||
/datum/trait/positive/darksight_plus
|
||||
name = "Darksight, Major"
|
||||
desc = "Allows you to see in the dark for the whole screen."
|
||||
cost = 2
|
||||
var_changes = list("darksight" = 8)
|
||||
|
||||
/datum/trait/positive/densebones
|
||||
name = "Dense bones"
|
||||
desc = "Your bones (or robotic limbs) are more dense or stronger then what is considered normal. It is much harder to fracture your bones, yet pain from fractures is much more intense."
|
||||
|
||||
Reference in New Issue
Block a user