mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-04-28 02:52:09 +01:00
13 lines
539 B
Plaintext
13 lines
539 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."
|
|
real = 0
|
|
sterile = 1
|
|
|
|
/obj/item/clothing/mask/facehugger/toy/Die()
|
|
return
|