mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-07-10 22:52:21 +01:00
30 lines
484 B
Plaintext
30 lines
484 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
|