mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-20 11:40:07 +01:00
9 lines
283 B
Plaintext
9 lines
283 B
Plaintext
/mob/living/basic/pet
|
|
icon = 'icons/mob/simple/pets.dmi'
|
|
mob_size = MOB_SIZE_SMALL
|
|
mob_biotypes = MOB_ORGANIC|MOB_BEAST
|
|
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
|