mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-20 06:32:56 +00:00
* basic cleanbots refactor and new janitor skillchip * Update medbot.dm * UpdatePaths --------- Co-authored-by: Ben10Omintrix <138636438+Ben10Omintrix@users.noreply.github.com> Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
10 lines
543 B
Plaintext
10 lines
543 B
Plaintext
/obj/item/skillchip/job/janitor
|
|
name = "CL34NM4ST.R skillchip"
|
|
desc = "Become a cleanbot whisperer."
|
|
auto_traits = list(TRAIT_CLEANBOT_WHISPERER)
|
|
skill_name = "Voice Of The Voiceless"
|
|
skill_description = "Gain the affection of all thankless, hardworking cleanbots on the station."
|
|
skill_icon = "broom"
|
|
activate_message = span_notice("You start feeling empathetic towards all the cleanbots on the station.")
|
|
deactivate_message = span_notice("You forget why you felt any sympathy towards the cleanbots, they are just robots after all.")
|