mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38: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:
@@ -22,6 +22,9 @@
|
||||
layer = MOB_LAYER
|
||||
max_integrity = 100
|
||||
item_flags = XENOMORPH_HOLDABLE
|
||||
special_desc_requirement = EXAMINE_CHECK_JOB //SKYRAT EDIT
|
||||
special_desc_jobs = list("Scientist, Research Director") //SKYRAT EDIT
|
||||
special_desc = "This alien is an extremely dangerous life form capable of creating a xenomorph. You would know well not to approach without full body biological protection." //SKYRAT EDIT
|
||||
var/stat = CONSCIOUS //UNCONSCIOUS is the idle state in this case
|
||||
|
||||
var/sterile = FALSE
|
||||
@@ -37,6 +40,9 @@
|
||||
/obj/item/clothing/mask/facehugger/lamarr
|
||||
name = "Lamarr"
|
||||
desc = "The Research Director's pet, a domesticated and debeaked xenomorph facehugger. Friendly, but may still try to couple with your head."
|
||||
special_desc_requirement = EXAMINE_CHECK_ROLE //SKYRAT EDIT
|
||||
special_desc_roles = list("ROLE_ALIEN") //SKYRAT EDIT
|
||||
special_desc = "This young one has been cruelly mutilated. It lacks the capability to fill a host with our sisters." //SKYRAT EDIT
|
||||
sterile = 1
|
||||
|
||||
/obj/item/clothing/mask/facehugger/dead
|
||||
|
||||
Reference in New Issue
Block a user