mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-09 16:33:50 +00:00
* removes double spaces AFTER symbols * Fixing conflicts Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
7 lines
350 B
Plaintext
7 lines
350 B
Plaintext
/datum/skill/cleaning
|
||
name = "Cleaning"
|
||
title = "Cleaner"
|
||
desc = "It’s not who I am underneath, but what I mop up that defines me."
|
||
modifiers = list(SKILL_SPEED_MODIFIER = list(1, 0.9, 0.8, 0.7, 0.6, 0.5, 0.36)) //speed also touches probability in using up a soap's charge
|
||
skill_cape_path = /obj/item/clothing/neck/cloak/skill_reward/cleaning
|