mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
adds lightbulb removing skillchip (#52603)
* shawty got low low low low low low * Update code/modules/library/skill_learning/skillchip.dm Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com> * aaagh * fuck * review Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com>
This commit is contained in:
@@ -393,7 +393,7 @@
|
||||
skill_description = "Trim hedges and potted plants into marvelous new shapes with any old knife. Not applicable to plastic plants."
|
||||
skill_icon = "spa"
|
||||
activate_message = "<span class='notice'>Your mind is filled with plant arrangments.</span>"
|
||||
deactivate_message = "<span class='notice'>Your can't remember how a hedge looks like anymore.</span>"
|
||||
deactivate_message = "<span class='notice'>You can't remember what a hedge looks like anymore.</span>"
|
||||
|
||||
/obj/item/skillchip/useless_adapter
|
||||
name = "Skillchip adapter"
|
||||
@@ -406,3 +406,12 @@
|
||||
// Literally does nothing.
|
||||
complexity = 0
|
||||
slot_use = 0
|
||||
|
||||
/obj/item/skillchip/light_remover
|
||||
name = "N16H7M4R3 skillchip"
|
||||
auto_trait = TRAIT_LIGHTBULB_REMOVER
|
||||
skill_name = "Lightbulb Removing"
|
||||
skill_description = "Stop failing taking out lightbulbs today, no gloves needed!"
|
||||
skill_icon = "lightbulb"
|
||||
activate_message = "<span class='notice'>Your feel like your pain receptors are less sensitive to hot objects.</span>"
|
||||
deactivate_message = "<span class='notice'>You feel like hot objects could stop you again...</span>"
|
||||
|
||||
Reference in New Issue
Block a user