mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-19 06:03:14 +00:00
* [READY] Fishing and aquarium expansion. * Update general.dm * Update production_skill.dm * Merge conflict * Merge branch 'upstream-merge-76531' of https://github.com/Skyrat-SS13/Skyrat-tg into upstream-merge-76531 --------- Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com> Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.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_item_path = /obj/item/clothing/neck/cloak/skill_reward/cleaning
|