mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
More special examines: facehugger, ash flora (#3158)
* add some flavor text to facehuggers * alien-only flavor text for facehugger toy * skyrat edit * botanist bonus for lavaland flora * beer nuke special examine funny message for cap and barman hinting that it could be used for a beer nuke. * reverts nuclearbomb.dm * Update facehugger.dm
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
real = 0
|
||||
sterile = 1
|
||||
tint = 3 //Makes it feel more authentic when it latches on
|
||||
special_desc_requirement = EXAMINE_CHECK_ROLE //SKYRAT EDIT
|
||||
special_desc_roles = list("ROLE_ALIEN") //SKYRAT EDIT
|
||||
special_desc = "This appears to be a mechanical mockery of our young." //SKYRAT EDIT
|
||||
|
||||
/obj/item/clothing/mask/facehugger/toy/Die()
|
||||
return
|
||||
|
||||
@@ -183,6 +183,9 @@
|
||||
pixel_y = base_pixel_y + rand(-4, 4)
|
||||
|
||||
/obj/item/food/grown/ash_flora/shavings //So we can't craft bowls from everything.
|
||||
special_desc_requirement = EXAMINE_CHECK_JOB //SKYRAT EDIT
|
||||
special_desc_jobs = list("Botanist") //SKYRAT EDIT
|
||||
special_desc = "You feel this flora would be unwise to consume while already full." //SKYRAT EDIT
|
||||
|
||||
/obj/item/food/grown/ash_flora/mushroom_leaf
|
||||
name = "mushroom leaf"
|
||||
@@ -190,6 +193,9 @@
|
||||
icon_state = "mushroom_leaf"
|
||||
seed = /obj/item/seeds/lavaland/porcini
|
||||
wine_power = 40
|
||||
special_desc_requirement = EXAMINE_CHECK_JOB //SKYRAT EDIT
|
||||
special_desc_jobs = list("Botanist") //SKYRAT EDIT
|
||||
special_desc = "This flora is nutritious and healthy to eat, though slightly laced with nicotine." //SKYRAT EDIT
|
||||
|
||||
/obj/item/food/grown/ash_flora/mushroom_cap
|
||||
name = "mushroom cap"
|
||||
@@ -197,6 +203,9 @@
|
||||
icon_state = "mushroom_cap"
|
||||
seed = /obj/item/seeds/lavaland/inocybe
|
||||
wine_power = 70
|
||||
special_desc_requirement = EXAMINE_CHECK_JOB //SKYRAT EDIT
|
||||
special_desc_jobs = list("Botanist") //SKYRAT EDIT
|
||||
special_desc = "This flora is poisonous and hallucinogenic." //SKYRAT EDIT
|
||||
|
||||
/obj/item/food/grown/ash_flora/mushroom_stem
|
||||
name = "mushroom stem"
|
||||
@@ -204,6 +213,9 @@
|
||||
icon_state = "mushroom_stem"
|
||||
seed = /obj/item/seeds/lavaland/ember
|
||||
wine_power = 60
|
||||
special_desc_requirement = EXAMINE_CHECK_JOB //SKYRAT EDIT
|
||||
special_desc_jobs = list("Botanist") //SKYRAT EDIT
|
||||
special_desc = "This flora contains psychoactive drugs and will also make you glow." //SKYRAT EDIT
|
||||
|
||||
/obj/item/food/grown/ash_flora/cactus_fruit
|
||||
name = "cactus fruit"
|
||||
@@ -211,6 +223,9 @@
|
||||
icon_state = "cactus_fruit"
|
||||
seed = /obj/item/seeds/lavaland/cactus
|
||||
wine_power = 50
|
||||
special_desc_requirement = EXAMINE_CHECK_JOB //SKYRAT EDIT
|
||||
special_desc_jobs = list("Botanist") //SKYRAT EDIT
|
||||
special_desc = "This flora is very nutritious and medicinal." //SKYRAT EDIT
|
||||
|
||||
//SEEDS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user