mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-11 01:51:51 +00:00
15 lines
615 B
Plaintext
15 lines
615 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
|
|
item_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
|
|
|
|
/obj/item/clothing/mask/facehugger/toy/Die()
|
|
return
|