Files
Bubberstation/code/modules/library/skill_learning/job_skillchips/janitor.dm
SkyratBot 3d816fc0d5 [MIRROR] basic cleanbots refactor and new janitor skillchip [MDB IGNORE] (#25511)
* 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>
2023-12-08 19:59:00 -05:00

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.")