mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Pillow Bugs can no longer smash tables and walls as if they were a goliath or something (#30344)
This commit is contained in:
@@ -892,11 +892,11 @@ obj/item/asteroid/basilisk_hide/New()
|
|||||||
holder_type = /obj/item/weapon/holder/animal/pillow
|
holder_type = /obj/item/weapon/holder/animal/pillow
|
||||||
size = SIZE_SMALL
|
size = SIZE_SMALL
|
||||||
pacify_aura = TRUE
|
pacify_aura = TRUE
|
||||||
|
environment_smash_flags = 0
|
||||||
var/image/eyes
|
var/image/eyes
|
||||||
|
|
||||||
/mob/living/simple_animal/hostile/asteroid/pillow/no_pacify
|
/mob/living/simple_animal/hostile/asteroid/pillow/no_pacify
|
||||||
pacify_aura = FALSE
|
pacify_aura = FALSE
|
||||||
environment_smash_flags = 0
|
|
||||||
response_help = "pets"
|
response_help = "pets"
|
||||||
|
|
||||||
/mob/living/simple_animal/hostile/asteroid/pillow/examine(mob/user)
|
/mob/living/simple_animal/hostile/asteroid/pillow/examine(mob/user)
|
||||||
|
|||||||
Reference in New Issue
Block a user