mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-05 22:43:46 +00:00
* 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
18 lines
824 B
Plaintext
18 lines
824 B
Plaintext
/**********************Mining Equipment Vendor Items**************************/
|
|
//misc stuff you can buy from the vendor that has special code but doesn't really need its own file
|
|
|
|
/**********************Facehugger toy**********************/
|
|
/obj/item/clothing/mask/facehugger/toy
|
|
inhand_icon_state = "facehugger_inactive"
|
|
desc = "A toy often used to play pranks on other miners by putting it in their beds. It takes a bit to recharge after latching onto something."
|
|
throwforce = 0
|
|
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
|