mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Merge pull request #3964 from Anewbe/cloning_sickness
Renames the cloning modifier, minor grammatical fixes
This commit is contained in:
@@ -153,7 +153,7 @@
|
|||||||
modifier_lower_bound = round(modifier_lower_bound * clone_sickness_length, 1)
|
modifier_lower_bound = round(modifier_lower_bound * clone_sickness_length, 1)
|
||||||
modifier_upper_bound = round(modifier_upper_bound * clone_sickness_length, 1)
|
modifier_upper_bound = round(modifier_upper_bound * clone_sickness_length, 1)
|
||||||
|
|
||||||
H.add_modifier(/datum/modifier/recently_cloned, rand(modifier_lower_bound, modifier_upper_bound))
|
H.add_modifier(/datum/modifier/cloning_sickness, rand(modifier_lower_bound, modifier_upper_bound))
|
||||||
|
|
||||||
// Modifier that doesn't do anything.
|
// Modifier that doesn't do anything.
|
||||||
H.add_modifier(/datum/modifier/cloned)
|
H.add_modifier(/datum/modifier/cloned)
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// Gives rather nasty downsides for awhile, making them less robust.
|
// Gives rather nasty downsides for awhile, making them less robust.
|
||||||
/datum/modifier/recently_cloned
|
/datum/modifier/cloning_sickness
|
||||||
name = "recently cloned"
|
name = "cloning sickness"
|
||||||
desc = "You feel rather weak, having been cloned awhile ago."
|
desc = "You feel rather weak, having been cloned not so long ago."
|
||||||
|
|
||||||
on_created_text = "<span class='warning'><font size='3'>You feel really weak.</font></span>"
|
on_created_text = "<span class='warning'><font size='3'>You feel really weak.</font></span>"
|
||||||
on_expired_text = "<span class='notice'><font size='3'>You feel your strength returning to you.</font></span>"
|
on_expired_text = "<span class='notice'><font size='3'>You feel your strength returning to you.</font></span>"
|
||||||
|
|||||||
Reference in New Issue
Block a user