mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 01:54:52 +01:00
10 lines
330 B
Plaintext
10 lines
330 B
Plaintext
/mob/living/basic/pet
|
|
abstract_type = /mob/living/basic/pet
|
|
icon = 'icons/mob/simple/pets.dmi'
|
|
mob_size = MOB_SIZE_SMALL
|
|
mob_biotypes = MOB_ORGANIC|MOB_BEAST
|
|
default_blood_volume = BLOOD_VOLUME_NORMAL
|
|
basic_mob_flags = SENDS_DEATH_MOODLETS
|
|
/// if the mob is protected from being renamed by collars.
|
|
var/unique_pet = FALSE
|