mirror of
https://github.com/goonstation/goonstation-2016.git
synced 2026-03-20 08:22:37 +00:00
30 lines
513 B
Plaintext
30 lines
513 B
Plaintext
/obj/alien
|
|
name = "alien thing"
|
|
desc = "theres something alien about this"
|
|
icon = 'alien.dmi'
|
|
|
|
/obj/alien/head
|
|
name = "severed head"
|
|
desc = "a severed head..."
|
|
icon_state = "weeds"
|
|
|
|
density = 0
|
|
anchored = 0
|
|
|
|
/obj/alien/skin_suit
|
|
name = "skin"
|
|
desc = "a persons skin, disgusting"
|
|
icon_state = "weeds"
|
|
|
|
density = 0
|
|
anchored = 0
|
|
|
|
/obj/alien/resin
|
|
name = "resin"
|
|
desc = "Looks like some kind of slimy growth."
|
|
icon_state = "resin"
|
|
|
|
density = 0
|
|
opacity = 0
|
|
anchored = 1
|